aboutsummaryrefslogtreecommitdiff
path: root/sandbox.cc
AgeCommit message (Expand)Author
2019-01-21use util::syscall whenever possibleRobert Swiecki
2018-05-23sandbox: casting for syscall()Robert Swiecki
2018-05-23sandbox: add support for SECCOMP_FILTER_FLAG_LOGRobert Swiecki
2018-02-16sandbox: missing includeRobert Swiecki
2018-02-12cmdline: correctly assign argv to nsjconf->argvRobert Swiecki
2018-02-12nsjail: free seccomp filter upon nsjail exitRobert Swiecki
2018-02-12sandbox: policy levelsRobert Swiecki
2018-02-12sandbox: simplify policy parsingRobert Swiecki
2018-02-10util: remove unused functionsRobert Swiecki
2018-02-10sandbox: convert kafel file/string as std::stringRobert Swiecki
2018-02-10change global vars to _ prefixRobert Swiecki
2018-02-10log: rename log to logs due to clash with glibc's logRobert Swiecki
2018-02-10omit keyword 'struct'Robert Swiecki
2018-02-09all: move to C++Robert Swiecki
2018-02-09sandbox: move to C++Robert Swiecki