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 /config | |
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 'config')
-rw-r--r-- | config/file_contexts.subs_dist | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/file_contexts.subs_dist b/config/file_contexts.subs_dist index ade78dc6d..96c276539 100644 --- a/config/file_contexts.subs_dist +++ b/config/file_contexts.subs_dist @@ -8,10 +8,14 @@ # It does not perform substitutions as done by sed(1), for # example, but aliasing. # +/bin /usr/bin +/lib /usr/lib +/lib32 /usr/lib +/lib64 /usr/lib +/libx32 /usr/libx32 +/sbin /usr/sbin /etc/init.d /etc/rc.d/init.d /lib/systemd /usr/lib/systemd -/lib32 /lib -/lib64 /lib /run/lock /var/lock /usr/lib32 /usr/lib /usr/lib64 /usr/lib |