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