=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/sandbox.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/file/Attic/sandbox.c 2015/06/04 22:56:33 1.8 +++ src/usr.bin/file/Attic/sandbox.c 2015/08/23 18:31:41 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: sandbox.c,v 1.8 2015/06/04 22:56:33 nicm Exp $ */ +/* $OpenBSD: sandbox.c,v 1.9 2015/08/23 18:31:41 guenther Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -49,6 +49,7 @@ { SYS_getpid, SYSTR_POLICY_PERMIT }, { SYS_getrlimit, SYSTR_POLICY_PERMIT }, { SYS_issetugid, SYSTR_POLICY_PERMIT }, + { SYS_kbind, SYSTR_POLICY_PERMIT }, { SYS_madvise, SYSTR_POLICY_PERMIT }, { SYS_mmap, SYSTR_POLICY_PERMIT }, { SYS_mprotect, SYSTR_POLICY_PERMIT },