PERFORCE change 113380 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 19:54:03 UTC 2007


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

Change 113380 by millert at millert_macbook on 2007/01/22 19:47:33

	Handle directory privs for modutils_read_module_deps.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/system/modutils.if#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/system/modutils.if#4 (text+ko) ====

@@ -16,6 +16,7 @@
 	')
 
 	files_list_kernel_modules($1)
+	allow $1 modules_dep_t:dir { read search getattr };
 	allow $1 modules_dep_t:file r_file_perms;
 ')
 


More information about the trustedbsd-cvs mailing list