From 3597bdb0948e89d23ee907887336eb40dc715abc Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 31 Oct 2019 16:50:38 -0400 Subject: [PATCH] Add /var/usrlocal equivalency rule In OSTree-based systems, `/usr/local` is a symlink to `/var/usrlocal`. But we still want the right labels for these files. Ref: https://github.com/coreos/rpm-ostree/issues/1936 --- file_contexts.subs_dist | 1 + 1 file changed, 1 insertion(+) diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist index 28311d94..8b288f71 100644 --- a/file_contexts.subs_dist +++ b/file_contexts.subs_dist @@ -18,3 +18,4 @@ /var/roothome /root /sbin /usr/sbin /sysroot/tmp /tmp +/var/usrlocal /usr/local