diff options
author | Chris PeBenito <pebenito@ieee.org> | 2017-02-04 15:19:35 -0500 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2017-02-05 23:10:31 +0800 |
commit | f408383b96e3836399199bcd926d3726cc936163 (patch) | |
tree | 0ae155d449a0f7850d834cf831f72b642c4caa0e /policy/modules/system/selinuxutil.fc | |
parent | contrib: usrmerge: Add gentoo-specific /usr fcontexts (diff) | |
download | hardened-refpolicy-f408383b96e3836399199bcd926d3726cc936163.tar.gz hardened-refpolicy-f408383b96e3836399199bcd926d3726cc936163.tar.bz2 hardened-refpolicy-f408383b96e3836399199bcd926d3726cc936163.zip |
Create / to /usr equivalence for bin, sbin, and lib, from Russell Coker.
Diffstat (limited to 'policy/modules/system/selinuxutil.fc')
-rw-r--r-- | policy/modules/system/selinuxutil.fc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/policy/modules/system/selinuxutil.fc b/policy/modules/system/selinuxutil.fc index 1c5d83676..8159897e9 100644 --- a/policy/modules/system/selinuxutil.fc +++ b/policy/modules/system/selinuxutil.fc @@ -20,13 +20,6 @@ /root/\.default_contexts -- gen_context(system_u:object_r:default_context_t,s0) # -# /sbin -# -/sbin/load_policy -- gen_context(system_u:object_r:load_policy_exec_t,s0) -/sbin/restorecon -- gen_context(system_u:object_r:setfiles_exec_t,s0) -/sbin/setfiles.* -- gen_context(system_u:object_r:setfiles_exec_t,s0) - -# # /usr # /usr/bin/checkpolicy -- gen_context(system_u:object_r:checkpolicy_exec_t,s0) |