init, mount: allow systemd to watch utab
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
c56b78f0c8
commit
2166acf355
|
@ -446,7 +446,11 @@ ifdef(`init_systemd',`
|
||||||
|
|
||||||
miscfiles_watch_localization(init_t)
|
miscfiles_watch_localization(init_t)
|
||||||
|
|
||||||
|
# systemd watches utab in order to mount the
|
||||||
|
# local filesystem at boot
|
||||||
mount_watch_runtime_dirs(init_t)
|
mount_watch_runtime_dirs(init_t)
|
||||||
|
mount_watch_runtime_files(init_t)
|
||||||
|
mount_watch_reads_runtime_files(init_t)
|
||||||
|
|
||||||
# systemd_socket_activated policy
|
# systemd_socket_activated policy
|
||||||
mls_socket_write_all_levels(init_t)
|
mls_socket_write_all_levels(init_t)
|
||||||
|
|
Loading…
Reference in New Issue