Rearrange file context equivalency for systemd generators
/run/systemd/generator is no longer equivalent to /usr/lib/systemd/system. It has its own rules in the policy now, so instead /run/systemd/generator.early and /run/systemd/generator.late are equivalent to /run/systemd/generator. Related: RHEL-54303
This commit is contained in:
parent
f98e465740
commit
43237dfd47
@ -1,9 +1,8 @@
|
|||||||
/var/run /run
|
/var/run /run
|
||||||
/var/lock /run/lock
|
/var/lock /run/lock
|
||||||
/run/systemd/system /usr/lib/systemd/system
|
/run/systemd/system /usr/lib/systemd/system
|
||||||
/run/systemd/generator /usr/lib/systemd/system
|
/run/systemd/generator.early /run/systemd/generator
|
||||||
/run/systemd/generator.early /usr/lib/systemd/system
|
/run/systemd/generator.late /run/systemd/generator
|
||||||
/run/systemd/generator.late /usr/lib/systemd/system
|
|
||||||
/lib /usr/lib
|
/lib /usr/lib
|
||||||
/lib64 /usr/lib
|
/lib64 /usr/lib
|
||||||
/usr/lib64 /usr/lib
|
/usr/lib64 /usr/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user