https://bugzilla.novell.com/show_bug.cgi?id=741469 https://bugzilla.novell.com/show_bug.cgi?id=741469#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com | --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2012-01-16 10:09:41 UTC --- Hmmm ... the ownership and permissions are
sudo ls -l /var/spool/clientmqueue/sm-client.pid -rw------- 1 mail mail 54 Sep 20 18:23 /var/spool/clientmqueue/sm-client.pid sudo ls -ld /var/spool/clientmqueue/ drwxrwx--- 2 mail mail 45 Jan 16 10:58 /var/spool/clientmqueue/
and this will not be changed for security reasons. And yes the pid files of sendmail processes also include the full command in the second line which is well known for sendmail. This is a major feature of sendmail as sendmail does rewrite its command line:
ps aux | grep sendmail root 17395 0.0 0.0 11504 772 ? Ss 2011 2:48 sendmail: accepting connections mail 17401 0.0 0.0 7588 420 ? Ss 2011 0:00 sendmail: Queue control mail 17402 0.0 0.1 39508 2584 ? S 2011 4:09 sendmail: running queue: /var/spool/clientmqueue
the question rises if systemd system uses other ownerships than root and/or can not handle a second or more lines in a pid file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.