Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 19:10:27 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110117 for review
Message-ID:  <200611161910.kAGJARdZ064932@repoman.freebsd.org>

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

Change 110117 by millert@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



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