PERFORCE change 113424 for review
Todd Miller
millert at FreeBSD.org
Mon Jan 22 20:19:06 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=113424
Change 113424 by millert at millert_macbook on 2007/01/22 20:16:40
TCP connections for WindowServer.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/WindowServer.te#13 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/darwin/WindowServer.te#13 (text+ko) ====
@@ -44,7 +44,9 @@
# FDs and sockets and consoles oh my!
allow WindowServer_t self:fd use;
allow WindowServer_t self:udp_socket create;
+allow WindowServer_t self:tcp_socket create;
allow WindowServer_t console_device_t:chr_file setattr;
+corenet_tcp_sendrecv_all_if(WindowServer_t)
# Allow WindowServer to talk to launchd
init_allow_ipc(WindowServer_t)
More information about the trustedbsd-cvs
mailing list