| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep.c | 603 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 D | main.c | 361 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 D | file.c | 207 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 D | main.c | 422 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 D | Makefile.am | 9 sandbox \ subdir
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToCrossCompileLLVM.rst | 197 $ ./sandbox/bin/python sandbox/bin/lnt runtest nt \ 198 --sandbox sandbox \
|
| H A D | ReleaseProcess.rst | 128 ./sandbox/bin/python sandbox/bin/lnt runtest \ 131 --sandbox sandbox \
|
| H A D | JITLink.rst | 1088 another process on the same machine. This allows JITs to sandbox JIT'd code.
|
| /netbsd-src/external/bsd/blocklist/diff/ |
| H A D | ssh.diff | 53 - 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 D | TODO | 10 - This is a very tough task: try to implement a sandbox to execute
|
| /netbsd-src/crypto/external/bsd/openssh/libexec/sshd-session/ |
| H A D | Makefile | 18 sftp-realpath.c sandbox-rlimit.c sshd-session.c pfilter.c
|
| /netbsd-src/external/public-domain/xz/dist/ |
| H A D | configure.ac | 500 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 D | INSTALL | 402 --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 D | NEWS | 41 - 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 D | 2000-11-18-EarlyDesignIdeasResp.txt | 35 * 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 D | security.inc.rst | 209 "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 D | README | 89 fourth serious problem is that it doesn't create its own sandbox when
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __config | 324 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
|
| /netbsd-src/external/public-domain/xz/dist/po/ |
| H A D | de.po | 130 msgid "Failed to enable the sandbox"
|
| H A D | it.po | 134 msgid "Failed to enable the sandbox"
|
| H A D | cs.po | 132 msgid "Failed to enable the sandbox"
|
| H A D | fr.po | 130 msgid "Failed to enable the sandbox"
|
| H A D | pl.po | 130 msgid "Failed to enable the sandbox"
|
| H A D | vi.po | 132 msgid "Failed to enable the sandbox"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 2155 …set(sandbox_command "sandbox-exec -p '(version 1) (allow default) ${deny_attributes_inc} ${deny_in…
|