]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Allow service_munin_plugin_t to create its own shm
authorDan Walsh <dwalsh@redhat.com>
Tue, 8 Nov 2011 17:08:01 +0000 (12:08 -0500)
committerDan Walsh <dwalsh@redhat.com>
Tue, 8 Nov 2011 17:08:01 +0000 (12:08 -0500)
policy/modules/services/munin.te

index 6b17513aed7be3ae8eb2b3ba3d259c1c2a81729b..9850f4d7510ec47ed134e41dbd08439a710df422 100644 (file)
@@ -253,6 +253,7 @@ optional_policy(`
 # local policy for service plugins
 #
 
+allow services_munin_plugin_t self:shm create_sem_perms;
 allow services_munin_plugin_t self:sem create_sem_perms;
 allow services_munin_plugin_t self:tcp_socket create_stream_socket_perms;
 allow services_munin_plugin_t self:udp_socket create_socket_perms;