]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow systemd_logind to send dbus messages with users
authorDan Walsh <dwalsh@redhat.com>
Fri, 22 Jul 2011 20:39:20 +0000 (16:39 -0400)
committerDan Walsh <dwalsh@redhat.com>
Fri, 22 Jul 2011 20:39:20 +0000 (16:39 -0400)
policy/modules/system/userdomain.if

index c0e5c10cb11bf4e856221c5cd700bcc4b14802b2..74a4970538764e88c6765db95211ec48d6e61d88 100644 (file)
@@ -143,6 +143,8 @@ template(`userdom_base_user_template',`
        miscfiles_read_man_pages($1_usertype)
        miscfiles_read_public_files($1_usertype)
 
+       systemd_dbus_chat_logind($1_usertype)
+
        tunable_policy(`allow_execmem',`
                # Allow loading DSOs that require executable stack.
                allow $1_t self:process execmem;