Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dseccomp.c65 enable_sandbox_basic(void) in enable_sandbox_basic() function
H A Dfile.h682 int enable_sandbox_basic(void);
H A Dfile.c367 if (sandbox && enable_sandbox_basic() == -1) in main()