summaryrefslogtreecommitdiff
path: root/solaris_priv.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a handler for seccomp crashesStanisław Pitucha2019-08-281-0/+4
| | | | | | | | | When seccomp causes a crash, use a SIGSYS action and handle it to print out an error. Most functions are not allowed at that point (no buffered output, no ?printf functions, no abort, ...), so the implementation is as minimal as possible. Print out a message with the syscall number and exit the process (all threads).
* Remove compilation errors from gcc on SolarisTrond Norbye2009-08-221-1/+2
|
* Drop privileges when running on SolarisTrond Norbye2009-03-031-0/+43