From: Dan Walsh Date: Tue, 8 Nov 2011 17:08:01 +0000 (-0500) Subject: Allow service_munin_plugin_t to create its own shm X-Git-Tag: 000~154^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6ffa1903551ed0b3520609f6192f530fe744dd5;p=people%2Fstevee%2Fselinux-policy.git Allow service_munin_plugin_t to create its own shm --- diff --git a/policy/modules/services/munin.te b/policy/modules/services/munin.te index 6b17513a..9850f4d7 100644 --- a/policy/modules/services/munin.te +++ b/policy/modules/services/munin.te @@ -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;