diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2012-04-22 14:06:47 +0200 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2012-04-22 14:06:47 +0200 |
commit | c96a8717c836cb6ef5007ba0b47f5d28be499bf9 (patch) | |
tree | 14d8f5ed1ba6d5d979c9e2d99bc0d3dd3934bafc /config | |
parent | Pushing 2.20120215 (current version) (diff) | |
download | hardened-refpolicy-c96a8717c836cb6ef5007ba0b47f5d28be499bf9.tar.gz hardened-refpolicy-c96a8717c836cb6ef5007ba0b47f5d28be499bf9.tar.bz2 hardened-refpolicy-c96a8717c836cb6ef5007ba0b47f5d28be499bf9.zip |
Using subs_dist for simplified file contexts
The various modules currently contain references to /usr/lib(64)? or have duplicate entries (one for /usr/lib, another for
/usr/lib64). Same for /lib(64)?. Because we now support subs_dist, this differentiation is no longer needed.
Fixes bug #410951
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 32b87a4f..d14c538b 100644 --- a/config/file_contexts.subs_dist +++ b/config/file_contexts.subs_dist @@ -4,4 +4,5 @@ /run/lock /var/lock /usr/lib32 /usr/lib /usr/lib64 /usr/lib +/usr/local /usr /var/run/lock /var/lock |