Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2006 22:05:53 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92996 for review
Message-ID:  <200603082205.k28M5rrJ047802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92996

Change 92996 by millert@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603082205.k28M5rrJ047802>