sandboxed builds also need /usr/dt and /usr/ucblib on Solaris.
This commit is contained in:
parent
c343223a5f
commit
c7be5308d1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# $NetBSD: mksandbox,v 1.26 2004/01/20 01:01:56 grant Exp $
|
# $NetBSD: mksandbox,v 1.27 2004/01/22 13:08:32 grant Exp $
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
|
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
|
||||||
|
@ -101,7 +101,7 @@ SunOS)
|
||||||
mountprog=/sbin/mount
|
mountprog=/sbin/mount
|
||||||
paxprog=/bin/pax
|
paxprog=/bin/pax
|
||||||
sedprog=/usr/xpg4/bin/sed
|
sedprog=/usr/xpg4/bin/sed
|
||||||
sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/bin /usr/ccs /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/xpg4 /var/mail"
|
sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/bin /usr/ccs /usr/dt /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/ucblib /usr/xpg4 /var/mail"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown Operating System ($opsys) - good luck"
|
echo "Unknown Operating System ($opsys) - good luck"
|
||||||
|
|
Loading…
Reference in a new issue