PERFORCE change 113382 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 19:58:52 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113382

Change 113382 by millert at millert_macbook on 2007/01/22 19:50:57

	Labels for /var/vm.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/files.fc#7 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/files.te#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/files.fc#7 (text+ko) ====

@@ -102,3 +102,5 @@
 /private/var/tmp/lost\+found	-d	gen_context(system_u:object_r:lost_found_t,mls_systemhigh)
 /private/var/tmp/lost\+found/.*		<<none>>
 /private/var/tmp/vi\.recover	-d	gen_context(system_u:object_r:tmp_t,s0)
+
+/private/var/vm			-d	gen_context(system_u:object_r:var_vm_t,s0)

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/files.te#4 (text+ko) ====

@@ -173,6 +173,11 @@
 type var_spool_t;
 files_tmp_file(var_spool_t)
 
+#
+# var_vm_t is the type of /var/vm
+#
+type var_vm_t;
+
 ########################################
 #
 # Rules for all file types


More information about the trustedbsd-cvs mailing list