]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow systemd_logind_t to look at process info of apps that exchange dbus messages...
authorDan Walsh <dwalsh@redhat.com>
Mon, 5 Dec 2011 18:48:04 +0000 (13:48 -0500)
committerDan Walsh <dwalsh@redhat.com>
Mon, 5 Dec 2011 18:48:04 +0000 (13:48 -0500)
policy/modules/system/systemd.if

index 55713508a40353c7e986e0a2615446a990f0657b..1688a39ce3899da87911d814992f62d7e71ee89e 100644 (file)
@@ -224,6 +224,7 @@ interface(`systemd_dbus_chat_logind',`
 
        allow $1 systemd_logind_t:dbus send_msg;
        allow systemd_logind_t $1:dbus send_msg;
+       ps_process_pattern(systemd_logind_t, $1)
 ')
 
 #######################################