HomeSort by: relevance | last modified time | path
    Searched refs:sandbox (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/mdocml/dist/
test-sandbox_init.c 1 #include <sandbox.h>
main.c 39 #include <sandbox.h>
mandocdb.c 41 #include <sandbox.h>
  /src/tools/xz-include/
Makefile 11 CONFIGURE_ARGS+= --enable-threads=no --disable-nls --disable-sandbox
  /src/external/bsd/dhcpcd/dist/src/
privsep.c 164 * For the non whitelisted platforms there should be a sandbox to
591 ps_entersandbox(const char *_pledge, const char **sandbox)
599 if (sandbox != NULL)
600 *sandbox = "capsicum";
603 if (sandbox != NULL)
604 *sandbox = "pledge";
610 if (sandbox != NULL)
611 *sandbox = "seccomp";
614 if (sandbox != NULL)
615 *sandbox = "posix resource limited"
623 const char *sandbox = NULL; local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 365 char *sandbox = NULL; local
564 if ( sandbox ) free( sandbox );
565 sandbox = ch_strdup( optarg );
652 if ( sandbox ) {
653 if ( chdir( sandbox ) ) {
658 if ( chroot( sandbox ) ) {
  /src/external/bsd/file/dist/src/
file.c 207 int sandbox = 1; local
330 sandbox = 0;
373 if (sandbox && enable_sandbox_basic() == -1)
375 if (sandbox && enable_sandbox_full() == -1)
378 if (sandbox)
  /src/external/bsd/openldap/dist/servers/slapd/
main.c 232 char *sandbox = NULL; local
493 sandbox = optarg;
628 if ( sandbox ) {
629 if ( chdir( sandbox ) ) {
634 if ( chroot( sandbox ) ) {
  /src/external/public-domain/sqlite/sqlite2mdoc/
main.c 29 # include <sandbox.h>
  /src/external/bsd/tcpdump/dist/
configure 1398 --with-sandbox-capsicum use Capsicum security functions [default=yes, if
4836 # Check whether --with-sandbox-capsicum was given.
4968 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to sandbox using capsicum" >&5
4969 printf %s "checking whether to sandbox using capsicum... " >&6; }
4980 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to sandbox using Casper library" >&5
4981 printf %s "checking whether to sandbox using Casper library... " >&6; }
  /src/external/public-domain/xz/dist/
configure 1679 --enable-sandbox=METHOD Sandboxing METHOD can be 'auto', 'no', 'capsicum',
4987 # Check whether --enable-sandbox was given.
5013 as_fn_error $? "--enable-sandbox only accepts 'auto', 'no', 'capsicum', 'pledge', or 'landlock'." "$LINENO" 5
23764 # Check for sandbox support. If one is found, set enable_sandbox=found.
23766 # About -fsanitize: Of our three sandbox methods, only Landlock is
23774 # Pledge sandbox. So only Landlock will result in a build that cannot
23849 sandboxing. Use --disable-sandbox when using '-fsanitize'." "$LINENO" 5 ;; #(

Completed in 31 milliseconds