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:
Laurent Bigonville 2013-01-15 11:23:39 +01:00 committed by Chris PeBenito
parent 7955d0b246
commit ef854630b4
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ files_mountpoint(var_lib_t)
# #
type var_lock_t; type var_lock_t;
files_lock_file(var_lock_t) files_lock_file(var_lock_t)
files_mountpoint(var_lock_t)
# #
# var_run_t is the type of /var/run, usually # var_run_t is the type of /var/run, usually