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
This commit is contained in:
Jonathan Lebon 2019-10-31 16:50:38 -04:00
parent d7e7544fe0
commit 3597bdb094
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@
/var/roothome /root
/sbin /usr/sbin
/sysroot/tmp /tmp
/var/usrlocal /usr/local