From ea7d571bd76c224e8f19949c416baf7c05042926 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 20 Jul 2005 17:36:48 +0000 Subject: [PATCH] /var/lib is now a mountpoint --- refpolicy/policy/modules/system/files.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/policy/modules/system/files.te b/refpolicy/policy/modules/system/files.te index 519e1085..e9d0adbb 100644 --- a/refpolicy/policy/modules/system/files.te +++ b/refpolicy/policy/modules/system/files.te @@ -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)