HomeSort by relevance Sort by last modified time
    Searched refs:SANDBOX_DIE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 22 SANDBOX_DIE("Invalid use of ErrorCode object");
46 SANDBOX_DIE("Invalid opcode in BPF sandbox rules");
52 SANDBOX_DIE("Dereferencing invalid ErrorCode");
67 SANDBOX_DIE("Corrupted ErrorCode");
77 SANDBOX_DIE("Dereferencing invalid ErrorCode");
101 SANDBOX_DIE("Corrupted ErrorCode");
trap.cc 60 SANDBOX_DIE("Failed to block SIGBUS");
78 SANDBOX_DIE("Failed to configure SIGSYS handler");
86 SANDBOX_DIE("Failed to configure SIGSYS handler");
99 SANDBOX_DIE("Failed to allocate global trap handler");
107 SANDBOX_DIE("This can't happen. Found no global singleton instance "
120 // SANDBOX_DIE() can call LOG(FATAL). This is not normally async-signal
127 SANDBOX_DIE("Unexpected SIGSYS received.");
148 SANDBOX_DIE("Sanity checks are failing after receiving SIGSYS.");
155 SANDBOX_DIE("Cannot call clone() from an UnsafeTrap() handler.");
220 // This SANDBOX_DIE() can optionally be removed. It won't break security
    [all...]
die.h 17 #define SANDBOX_DIE(m) playground2::Die::SandboxDie(m, __FILE__, __LINE__)
24 // Most users would want to call SANDBOX_DIE() instead, as it logs extra
29 // This method gets called by SANDBOX_DIE(). There is normally no reason
42 // We generally want to run all exit handlers. This means, on SANDBOX_DIE()
sandbox_bpf.cc 204 SANDBOX_DIE(static_cast<char *>(aux));
254 SANDBOX_DIE("sigprocmask() failed");
258 SANDBOX_DIE("pipe() failed");
262 SANDBOX_DIE("Process started without standard file descriptors");
274 SANDBOX_DIE("fork() failed unexpectedly");
289 SANDBOX_DIE(NULL);
303 SANDBOX_DIE(NULL);
311 SANDBOX_DIE(NULL);
322 SANDBOX_DIE(NULL);
327 SANDBOX_DIE("close() failed")
    [all...]
codegen.cc 143 SANDBOX_DIE("Must provide both \"true\" and \"false\" branch "
147 SANDBOX_DIE("Cannot append instructions after a return statement");
164 SANDBOX_DIE("ErrorCodes can only be used in return expressions");
168 SANDBOX_DIE("ErrorCode is not suitable for returning from a BPF program");
178 SANDBOX_DIE("Expected a BPF_JMP instruction");
183 SANDBOX_DIE("Branches must jump to a valid instruction");
197 SANDBOX_DIE("Cannot append instructions in the middle of a sequence");
206 SANDBOX_DIE("Cannot append instructions after a jump");
210 SANDBOX_DIE("Cannot append instructions after a return statement");
212 SANDBOX_DIE("Cannot append instructions in the middle of a sequence")
    [all...]
verifier.cc 134 SANDBOX_DIE("Invalid comparison of a 32bit system call argument "

Completed in 116 milliseconds