PERFORCE change 92996 for review

Todd Miller millert at FreeBSD.org
Wed Mar 8 14:07:05 PST 2006


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

Change 92996 by millert at millert_g5tower on 2006/03/08 22:05:25

	Allow ipc between user_d and login_d to fix a problem when
	using tcsh as the login shell.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/rules#8 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/rules#8 (text+ko) ====

@@ -357,6 +357,7 @@
 #logind rules
 allow_notify_ipc(login_d);
 allow_mach_ipc(lookupd_d,login_d);
+allow_mach_ipc(user_d,login_d);
 
 # test rule to allow talking to unlabeled_t stuff
 allow_notify_ipc(unlabeled_t);


More information about the trustedbsd-cvs mailing list