Label var_lock_t as a mountpoint
In Debian, /var/lock is a symlink to /var/run/lock which is a tmpfs mount.
This commit is contained in:
parent
7955d0b246
commit
ef854630b4
|
@ -173,6 +173,7 @@ files_mountpoint(var_lib_t)
|
|||
#
|
||||
type var_lock_t;
|
||||
files_lock_file(var_lock_t)
|
||||
files_mountpoint(var_lock_t)
|
||||
|
||||
#
|
||||
# var_run_t is the type of /var/run, usually
|
||||
|
|
Loading…
Reference in New Issue