1
0
mirror of https://github.com/SELinuxProject/refpolicy synced 2025-03-30 23:36:28 +00:00

gentoo fixes

This commit is contained in:
Chris PeBenito 2006-03-21 15:38:15 +00:00
parent 3abd5ee82a
commit ce6c136812
2 changed files with 4 additions and 1 deletions
refpolicy/policy/modules/kernel

View File

@ -67,7 +67,10 @@ ifdef(`targeted_policy',`
/lib/udev/[^/]* -- gen_context(system_u:object_r:bin_t,s0)
ifdef(`distro_gentoo',`
/lib/rcscripts/addons(/.*)? gen_context(system_u:object_r:bin_t,s0)
/lib/rcscripts/sh(/.*)? gen_context(system_u:object_r:bin_t,s0)
/lib/rcscripts/net.modules.d/helpers.d/dhclient-.* -- gen_context(system_u:object_r:bin_t,s0)
/lib/rcscripts/net.modules.d/helpers.d/udhcpc-.* -- gen_context(system_u:object_r:bin_t,s0)
')
#

View File

@ -1,5 +1,5 @@
policy_module(corecommands,1.3.2)
policy_module(corecommands,1.3.3)
########################################
#