init: watch /etc/localtime even if it's a symlink
Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
parent
70e0d26988
commit
ef0238d2d5
|
@ -373,6 +373,7 @@ ifdef(`init_systemd',`
|
|||
files_unmount_all_file_type_fs(init_t)
|
||||
# If /etc/localtime is missing, a watch on /etc is added.
|
||||
files_watch_etc_dirs(init_t)
|
||||
files_watch_etc_symlinks(init_t)
|
||||
|
||||
fs_relabel_cgroup_dirs(init_t)
|
||||
fs_list_auto_mountpoints(init_t)
|
||||
|
|
Loading…
Reference in New Issue