linux-getcwd -> linux-__getcwd after the change in linux compat.
fixes build of jdk 1.4 with systrace. "makes sense" sturm@
This commit is contained in:
parent
0ef60294e9
commit
05565e86a6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: systrace.policy,v 1.8 2007/01/31 18:14:36 kurt Exp $
|
||||
# $OpenBSD: systrace.policy,v 1.9 2007/06/06 04:33:33 steven Exp $
|
||||
Policy: ${WRKDIR}/j2sdk-1_3_1_19-linux-i586.bin, Emulation: linux
|
||||
linux-brk: permit
|
||||
linux-chmod: permit
|
||||
@ -37,7 +37,7 @@ Policy: ${WRKSRC}/bin/i386/green_threads/jar, Emulation: linux
|
||||
linux-fsread: permit
|
||||
linux-fstat64: permit
|
||||
linux-fswrite: filename match "${WRKDIR}" then permit
|
||||
linux-getcwd: permit
|
||||
linux-__getcwd: permit
|
||||
linux-getdents64: permit
|
||||
linux-getegid: permit
|
||||
linux-geteuid: permit
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: systrace.policy,v 1.2 2006/10/19 09:39:58 sturm Exp $
|
||||
# $OpenBSD: systrace.policy,v 1.3 2007/06/06 04:33:33 steven Exp $
|
||||
Policy: ${WRKDIR}/unpack, Emulation: linux
|
||||
linux-brk: permit
|
||||
linux-close: permit
|
||||
@ -31,7 +31,7 @@ Policy: ${LOCALBASE}/jdk1.3.1-linux/bin/i386/green_threads/jar, Emulation: linux
|
||||
linux-fstat64: permit
|
||||
linux-fswrite: filename match "${WRKDIR}" then permit
|
||||
linux-fswrite: filename match "/tmp" then permit
|
||||
linux-getcwd: permit
|
||||
linux-__getcwd: permit
|
||||
linux-getdents64: permit
|
||||
linux-getegid: permit
|
||||
linux-geteuid: permit
|
||||
@ -68,7 +68,7 @@ Policy: ${LOCALBASE}/jdk1.3.1-linux/bin/i386/green_threads/java, Emulation: linu
|
||||
linux-fstat64: permit
|
||||
linux-fswrite: filename match "${WRKDIR}" then permit
|
||||
linux-fswrite: filename match "/tmp" then permit
|
||||
linux-getcwd: permit
|
||||
linux-__getcwd: permit
|
||||
linux-getdents64: permit
|
||||
linux-getegid: permit
|
||||
linux-geteuid: permit
|
||||
@ -104,7 +104,7 @@ Policy: ${LOCALBASE}/jdk1.3.1-linux/bin/i386/green_threads/javac, Emulation: lin
|
||||
linux-fstat64: permit
|
||||
linux-fswrite: filename match "${WRKDIR}" then permit
|
||||
linux-fswrite: filename match "/tmp" then permit
|
||||
linux-getcwd: permit
|
||||
linux-__getcwd: permit
|
||||
linux-getdents64: permit
|
||||
linux-getegid: permit
|
||||
linux-geteuid: permit
|
||||
|
Loading…
Reference in New Issue
Block a user