OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
569
ps_entersandbox(const char *_pledge, const char **
sandbox
)
576
if (
sandbox
!= NULL)
577
*
sandbox
= "capsicum";
580
if (
sandbox
!= NULL)
581
*
sandbox
= "pledge";
587
if (
sandbox
!= NULL)
588
*
sandbox
= "seccomp";
591
if (
sandbox
!= NULL)
593
*
sandbox
= "none";
595
*
sandbox
= "posix resource limited"
604
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/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/bsd/file/dist/src/
file.c
209
int
sandbox
= 1;
local
332
sandbox
= 0;
377
if (
sandbox
&& enable_landlock(flags, action) == -1)
382
if (
sandbox
&& enable_sandbox(flags, action) == -1)
384
if (
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 83 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026