Home
last modified time | relevance | path

Searched refs:sandbox (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c603 ps_entersandbox(const char *_pledge, const char **sandbox) in ps_entersandbox() argument
611 if (sandbox != NULL) in ps_entersandbox()
612 *sandbox = "capsicum"; in ps_entersandbox()
615 if (sandbox != NULL) in ps_entersandbox()
616 *sandbox = "pledge"; in ps_entersandbox()
622 if (sandbox != NULL) in ps_entersandbox()
623 *sandbox = "seccomp"; in ps_entersandbox()
626 if (sandbox != NULL) in ps_entersandbox()
627 *sandbox = "posix resource limited"; in ps_entersandbox()
635 const char *sandbox = NULL; in ps_managersandbox() local
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c361 char *sandbox = NULL; in ServiceMain() local
558 if ( sandbox ) free( sandbox ); in ServiceMain()
559 sandbox = ch_strdup( optarg ); in ServiceMain()
644 if ( sandbox ) { in ServiceMain()
645 if ( chdir( sandbox ) ) { in ServiceMain()
650 if ( chroot( sandbox ) ) { in ServiceMain()
/netbsd-src/external/bsd/file/dist/src/
H A Dfile.c207 int sandbox = 1; in main() local
330 sandbox = 0; in main()
373 if (sandbox && enable_sandbox_basic() == -1) in main()
375 if (sandbox && enable_sandbox_full() == -1) in main()
378 if (sandbox) in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c422 char *sandbox = NULL; in ServiceMain() local
671 sandbox = optarg; in ServiceMain()
809 if ( sandbox ) { in ServiceMain()
810 if ( chdir( sandbox ) ) { in ServiceMain()
815 if ( chroot( sandbox ) ) { in ServiceMain()
/netbsd-src/external/bsd/ntp/dist/tests/
H A DMakefile.am9 sandbox \ subdir
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToCrossCompileLLVM.rst197 $ ./sandbox/bin/python sandbox/bin/lnt runtest nt \
198 --sandbox sandbox \
H A DReleaseProcess.rst128 ./sandbox/bin/python sandbox/bin/lnt runtest \
131 --sandbox sandbox \
H A DJITLink.rst1088 another process on the same machine. This allows JITs to sandbox JIT'd code.
/netbsd-src/external/bsd/blocklist/diff/
H A Dssh.diff53 - roaming_common.c roaming_serv.c sandbox-rlimit.c
54 + roaming_common.c roaming_serv.c sandbox-rlimit.c pfilter.c
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A DTODO10 - This is a very tough task: try to implement a sandbox to execute
/netbsd-src/crypto/external/bsd/openssh/libexec/sshd-session/
H A DMakefile18 sftp-realpath.c sandbox-rlimit.c sshd-session.c pfilter.c
/netbsd-src/external/public-domain/xz/dist/
H A Dconfigure.ac500 AC_ARG_ENABLE([sandbox], [AS_HELP_STRING([--enable-sandbox=METHOD], optenable
514 AC_MSG_ERROR([--enable-sandbox only accepts `auto', `no', or `capsicum'.])
748 # Check for sandbox support. If one is found, set enable_sandbox=found.
H A DINSTALL402 --enable-sandbox=METHOD
410 built with sandbox support, it's used automatically when
414 files via GNU tar. The sandbox is also used for
H A DNEWS41 - Added experimental (disabled by default) sandbox support using
42 Capsicum (FreeBSD >= 10). See --enable-sandbox in INSTALL.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeasResp.txt35 * To keep things "safe" ie to enforce a sandbox on Java/foreign code,
48 for value add. The nice safe "sandbox" VM can be provided as a layer
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dsecurity.inc.rst209 "sandbox," which limits the damage done if a server is compromised.
215 Here is an example command line to load BIND in a ``chroot`` sandbox,
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DREADME89 fourth serious problem is that it doesn't create its own sandbox when
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__config324 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
/netbsd-src/external/public-domain/xz/dist/po/
H A Dde.po130 msgid "Failed to enable the sandbox"
H A Dit.po134 msgid "Failed to enable the sandbox"
H A Dcs.po132 msgid "Failed to enable the sandbox"
H A Dfr.po130 msgid "Failed to enable the sandbox"
H A Dpl.po130 msgid "Failed to enable the sandbox"
H A Dvi.po132 msgid "Failed to enable the sandbox"
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddLLVM.cmake2155 …set(sandbox_command "sandbox-exec -p '(version 1) (allow default) ${deny_attributes_inc} ${deny_in…

12