From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Sat, 28 Jul 2012 19:06:12 +0200 Subject: [refpolicy] [PATCH 1/3] Add in substitutions for /usr/local In-Reply-To: <1343495174-6852-1-git-send-email-sven.vermeulen@siphos.be> References: <1343495174-6852-1-git-send-email-sven.vermeulen@siphos.be> Message-ID: <1343495174-6852-2-git-send-email-sven.vermeulen@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Translate any paths towards /usr/local as if they were to /usr. Since the substitutions aren't chained together, we need to define the rules for the individual /usr/local/lib* directories as well. Signed-off-by: Sven Vermeulen --- config/file_contexts.subs_dist | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/file_contexts.subs_dist b/config/file_contexts.subs_dist index 32b87a4..72a7a0f 100644 --- a/config/file_contexts.subs_dist +++ b/config/file_contexts.subs_dist @@ -4,4 +4,7 @@ /run/lock /var/lock /usr/lib32 /usr/lib /usr/lib64 /usr/lib +/usr/local /usr +/usr/local/lib32 /usr/lib +/usr/local/lib64 /usr/lib /var/run/lock /var/lock -- 1.7.8.6