--no-debug in polkitd Can't seem to make it stop.

Support for security such as Firewalls and securing linux
Post Reply
oldwizard
Posts: 12
Joined: 2011/06/24 15:26:20
Contact:

--no-debug in polkitd Can't seem to make it stop.

Post by oldwizard » 2016/06/17 21:37:55

In attempting to debug the horrorshow policy kit seems to me to be I'm attempting to, as a reasonable 1st step, remove the --no-debug flag someone felt would make sysadministration somehow simpler.

# ps ax | grep pol
902 ? S< 0:00 [edac-poller]
1175 ? Ssl 0:00 /usr/lib/polkit-1/polkitd --no-debug
4648 pts/0 S+ 0:00 grep --color=auto pol

# cat /usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service
[D-BUS Service]
Name=org.freedesktop.PolicyKit1
# Exec=/usr/lib/polkit-1/polkitd --no-debug
Exec=/usr/lib/polkit-1/polkitd
User=root
SystemdService=polkit.service


So why is the very reasonable action of trying to get --no-debug removed not resulting in its removal?

Post Reply