Home
last modified time | relevance | path

Searched refs:enable_sandbox_full (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dseccomp.c153 enable_sandbox_full(void) in enable_sandbox_full() function
H A Dfile.h687 int enable_sandbox_full(void);
H A Dfile.c369 if (sandbox && enable_sandbox_full() == -1) in main()