PERFORCE change 113427 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 20:19:16 UTC 2007


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

Change 113427 by millert at millert_macbook on 2007/01/22 20:18:33

	Allow getattr/read for symlinks too.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/loginwindow.te#17 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/loginwindow.te#17 (text+ko) ====

@@ -127,6 +127,7 @@
 # Note: Not sure of the best way to do this "for real"
 allow loginwindow_t fs_t:dir { getattr read search };
 allow loginwindow_t fs_t:file { getattr read };
+allow loginwindow_t fs_t:lnk_file { getattr read };
 
 # Read/Write utmp
 init_rw_utmp(loginwindow_t)


More information about the trustedbsd-cvs mailing list