3597bdb094
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
22 lines
625 B
Plaintext
22 lines
625 B
Plaintext
/run /var/run
|
|
/run/lock /var/lock
|
|
/run/systemd/system /usr/lib/systemd/system
|
|
/run/systemd/generator /usr/lib/systemd/system
|
|
/run/systemd/generator.late /usr/lib/systemd/system
|
|
/lib /usr/lib
|
|
/lib64 /usr/lib
|
|
/usr/lib64 /usr/lib
|
|
/usr/local/lib64 /usr/lib
|
|
/usr/local/lib32 /usr/lib
|
|
/etc/systemd/system /usr/lib/systemd/system
|
|
/var/lib/xguest/home /home
|
|
/var/named/chroot/usr/lib64 /usr/lib
|
|
/var/named/chroot/lib64 /usr/lib
|
|
/var/named/chroot/var /var
|
|
/home-inst /home
|
|
/home/home-inst /home
|
|
/var/roothome /root
|
|
/sbin /usr/sbin
|
|
/sysroot/tmp /tmp
|
|
/var/usrlocal /usr/local
|