Date: Mon, 22 Jan 2007 20:18:43 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113427 for review Message-ID: <200701222018.l0MKIh84093947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113427 Change 113427 by millert@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701222018.l0MKIh84093947>