diff options
author | Laurent Bigonville <bigon@bigon.be> | 2014-11-09 10:36:56 +0100 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2016-01-31 01:02:52 +0800 |
commit | 15298d9e66de9ec727e875e73e2d1560920b2e24 (patch) | |
tree | 40f5920aefba02108fb783166634db342ccc72f7 /config | |
parent | Give some systemd domain access to /proc/sys/kernel/random/boot_id (diff) | |
download | hardened-refpolicy-15298d9e66de9ec727e875e73e2d1560920b2e24.tar.gz hardened-refpolicy-15298d9e66de9ec727e875e73e2d1560920b2e24.tar.bz2 hardened-refpolicy-15298d9e66de9ec727e875e73e2d1560920b2e24.zip |
On Debian, systemd binaries are installed in / not /usr
On Debian, systemd binaries are installed in / not /usr, add an
equivalence for this.
Diffstat (limited to 'config')
-rw-r--r-- | config/file_contexts.subs_dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/file_contexts.subs_dist b/config/file_contexts.subs_dist index 7047ce79..84d8ada7 100644 --- a/config/file_contexts.subs_dist +++ b/config/file_contexts.subs_dist @@ -1,4 +1,5 @@ /etc/init.d /etc/rc.d/init.d +/lib/systemd /usr/lib/systemd /lib32 /lib /lib64 /lib /run /var/run |