OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrashSIGSYS
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc
169
return If((flags & ~kAllowedMask) == 0, Allow()).Else(
CrashSIGSYS
());
179
return If((prot & ~kAllowedMask) == 0, Allow()).Else(
CrashSIGSYS
());
208
If((long_arg & ~kAllowedMask) == 0, Allow()).Else(
CrashSIGSYS
()))
209
.Default(
CrashSIGSYS
());
244
return
CrashSIGSYS
();
268
.Else(
CrashSIGSYS
());
289
return
CrashSIGSYS
();
295
return Switch(pid).CASES((0, target_pid), Allow()).Default(
CrashSIGSYS
());
300
return If(who == RUSAGE_SELF, Allow()).Else(
CrashSIGSYS
());
311
.Default(
CrashSIGSYS
());
[
all
...]
baseline_policy.cc
202
return If(domain == AF_UNIX, Allow()).Else(
CrashSIGSYS
());
240
.Else(
CrashSIGSYS
());
247
return
CrashSIGSYS
();
251
return
CrashSIGSYS
();
281
return
CrashSIGSYS
();
sigsys_handlers.h
63
SANDBOX_EXPORT bpf_dsl::ResultExpr
CrashSIGSYS
();
sigsys_handlers.cc
247
bpf_dsl::ResultExpr
CrashSIGSYS
() {
Completed in 36 milliseconds