Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dseccomp.c48 #define ALLOW_RULE(call) \ macro
169 ALLOW_RULE(access); in enable_sandbox_full()
170 ALLOW_RULE(brk); in enable_sandbox_full()
171 ALLOW_RULE(close); in enable_sandbox_full()
172 ALLOW_RULE(dup2); in enable_sandbox_full()
173 ALLOW_RULE(exit); in enable_sandbox_full()
174 ALLOW_RULE(exit_group); in enable_sandbox_full()
176 ALLOW_RULE(faccessat); in enable_sandbox_full()
178 ALLOW_RULE(fcntl); in enable_sandbox_full()
179 ALLOW_RULE(fcntl64); in enable_sandbox_full()
[all …]