]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Tom London avc's show thumb domain connencting back to user unix_stream_sockets
authordwalsh <dwalsh@redhat.com>
Wed, 2 Nov 2011 14:33:32 +0000 (10:33 -0400)
committerdwalsh <dwalsh@redhat.com>
Wed, 2 Nov 2011 14:33:32 +0000 (10:33 -0400)
policy/modules/apps/thumb.if

index b78aa775141fb985e877635b53dbe0cce3440f01..f4cc7a4af9d235f196f6d09a46b77f265ec8f83d 100644 (file)
@@ -75,5 +75,6 @@ interface(`thumb_role',`
 
        ps_process_pattern($2, thumb_t)
        allow $2 thumb_t:process signal;
+       allow thumb_t $2:unix_stream_socket connectto;
 ')