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:
parent
d7e7544fe0
commit
3597bdb094
@ -18,3 +18,4 @@
|
||||
/var/roothome /root
|
||||
/sbin /usr/sbin
|
||||
/sysroot/tmp /tmp
|
||||
/var/usrlocal /usr/local
|
||||
|
Loading…
Reference in New Issue
Block a user