From ac2f517dfed45f4387cdcfcbab7c931ae3afed11 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Nov 01 2019 08:29:19 +0000 Subject: 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 --- diff --git a/file_contexts.subs_dist b/file_contexts.subs_dist index 28311d9..8b288f7 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