PERFORCE change 110117 for review

Todd Miller millert at FreeBSD.org
Thu Nov 16 19:11:15 UTC 2006


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

Change 110117 by millert at millert_macbook on 2006/11/16 19:10:17

	Do not use passwd calls in genhomedircon, it causes a bus error
	in single user mode.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#7 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#7 (text+ko) ====

@@ -223,6 +223,9 @@
 # if not set, use the type as the name.
 NAME ?= $(TYPE)
 
+# do not try to use the passwd file, it will fail in single user mode
+USEPWD=-n
+
 ifeq ($(DIRECT_INITRC),y)
 	M4PARAM += -D direct_sysadm_daemon
 endif


More information about the trustedbsd-cvs mailing list