/var/lib is now a mountpoint

This commit is contained in:
Chris PeBenito 2005-07-20 17:36:48 +00:00
parent 53857c8c05
commit ea7d571bd7

View File

@ -121,7 +121,7 @@ fs_associate_noxattr(var_t)
#
# var_lib_t is the type of /var/lib
#
type var_lib_t, file_type;
type var_lib_t, file_type, mountpoint;
fs_associate(var_lib_t)
fs_associate_noxattr(var_lib_t)