]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Fix thumb_role() interface
authorMiroslav Grepl <mgrepl@redhat.com>
Fri, 4 Nov 2011 12:24:21 +0000 (12:24 +0000)
committerMiroslav Grepl <mgrepl@redhat.com>
Fri, 4 Nov 2011 12:24:21 +0000 (12:24 +0000)
policy/modules/apps/thumb.if

index f93ed56ab0bbcf52989da814c3ea1e29fd433aa5..5554dc9fa1f6b4b9c6c234c5071aa6ccd366ed93 100644 (file)
@@ -78,7 +78,7 @@ interface(`thumb_role',`
        allow $2 thumb_t:process signal;
        allow thumb_t $2:unix_stream_socket connectto;
 
-       allow $1 thumb_t:dbus send_msg;
-       allow thumb_t $1:dbus send_msg;
+       allow $2 thumb_t:dbus send_msg;
+       allow thumb_t $2:dbus send_msg;
 ')