aboutsummaryrefslogtreecommitdiff
path: root/caps.cc
AgeCommit message (Expand)Author
2021-08-30Merge commit '4909f45fe07e9aa41902311f58675f2e6b038959'Dan Willemsen
2021-02-01subproc: refer users to dmesg in case si_syscall==31 (SIGSYS)Robert Swiecki
2021-01-28Fix buildWiktor Garbacz
2021-01-27Add new capabilities, ignore unsupported caps for bounding setWiktor Garbacz
2020-07-07Fix a few typos.Christian Blichmann
2019-02-11Revert hacks needed for old glibcDan Willemsen
2019-01-21use util::syscall whenever possibleRobert Swiecki
2019-01-10Build with Android.bpDan Willemsen
2018-05-24util: remove unused sSnPrintfRobert Swiecki
2018-05-24caps: remove unused varRobert Swiecki
2018-05-23A few c++isms moreRobert Swiecki
2018-05-22More c++ ismsRobert Swiecki
2018-04-29more C++-izations over placesRobert Swiecki
2018-02-17caps: use standard CAP_TO_INDEX/CAP_TO_MASKRobert Swiecki
2018-02-16caps: simplify dbgmsg generationRobert Swiecki
2018-02-13rename ARRAYSIZE to ARR_SZ due to clash with protobufs headersRobert Swiecki
2018-02-12switc all == false cmps to !Robert Swiecki
2018-02-10convert some funcs returning pointers to to TLS to std::stringRobert 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-10move common.h to macros.hRobert Swiecki
2018-02-09nsjail: convert caps from queue to vectorRobert Swiecki
2018-02-09all: move to C++Robert Swiecki
2018-02-09util: move to C++Robert Swiecki
2018-02-09caps: move to C++Robert Swiecki