udev: manage tmpfs files and directories
Update the udev module so that the udev domain can manage tmpfs files and directories. Thanks to Christian Göttsche for pointing out that this only applies to systems not using systemd (v2). Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
This commit is contained in:
parent
6e3c5476ca
commit
89c838db66
@ -229,6 +229,9 @@ ifdef(`init_systemd',`
|
||||
init_dgram_send(udev_t)
|
||||
|
||||
systemd_read_logind_pids(udev_t)
|
||||
',`
|
||||
fs_manage_tmpfs_dirs(udev_t)
|
||||
fs_manage_tmpfs_files(udev_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
Loading…
Reference in New Issue
Block a user