summaryrefslogtreecommitdiff
path: root/linux_priv.c
Commit message (Expand)AuthorAgeFilesLines
* Do memory bound check for some C string operationsQu Chen2022-08-241-1/+1
* seccomp: extend allowed rules for extended usageLevente Polyak2021-06-071-1/+11
* Needs to allow this syscall as well, caught on ARM.David Carlier2020-03-101-0/+1
* linux_priv.c: add termios.h include to fix powerpc(64) buildsq662020-01-131-0/+1
* Add a handler for seccomp crashesStanisław Pitucha2019-08-281-1/+49
* Fix #399 - whitelist clock_gettime in seccomp rulesSjon Hortensius2018-06-271-0/+4
* Fix lru-crawler behaviourStanisław Pitucha2018-04-121-0/+1
* Fail loudly if seccomp setup failsStanisław Pitucha2018-04-121-0/+10
* Update with syscalls found on ArchStanisław Pitucha2018-03-141-0/+10
* Enforce seccomp policyStanisław Pitucha2018-03-141-3/+2
* Support seccomp on muslStanisław Pitucha2018-03-141-1/+19
* [linux seccomp] Allow getpid to worker and mainStanisław Pitucha2017-08-231-0/+2
* Add drop_privileges() for LinuxStanisław Pitucha2017-08-231-0/+111