aboutsummaryrefslogtreecommitdiff
path: root/mnt.cc
AgeCommit message (Expand)Author
2022-02-10mnt: better error messages with mandatory mount pointsRobert Swiecki
2021-09-30macros: make NS_VALSTR_STRUCT accept unsigned/64-bit valsRobert Swiecki
2021-08-03Fix formattingWiktor Garbacz
2021-07-20Renaming use_switchroot option with no_pivotrootEli Zrihen
2021-07-20Adding a warning when switchroot is usedEli Zrihen
2021-07-13Merge branch '_test_switchroot_alternative'Eli Zrihen
2021-07-08No YodaEli Zrihen
2021-06-23Comment fixEli Zrihen
2021-06-17Added use_switchroot optionEli Zrihen
2021-05-18Enable support for clone3() and for CLONE_NEWTIMERobert Swiecki
2020-07-09make indentRobert Swiecki
2020-07-07Fix a few typos.Christian Blichmann
2019-08-31mnt: shorter description of mount pointsRobert Swiecki
2019-08-28standardize on envar vs envvarRobert Swiecki
2019-08-25mnt: use setcwd unconditionally with and w/o clone_newnsRobert Swiecki
2019-03-29allow to use nsjail w/o namespacesRobert Swiecki
2019-03-28mnt: try /run/user/<uid>/nsjail as a root mount dir firstRobert Swiecki
2019-03-18mnt: use /run/usr/<uid> first when mounting dirsRobert Swiecki
2019-01-21use util::syscall whenever possibleRobert Swiecki
2018-11-22mnt: better description for mountsRobert Swiecki
2018-10-30mnt: simplify debug message #2Robert Swiecki
2018-10-30mnt: simplify debug messageRobert Swiecki
2018-10-28mnt: simplify printing mnt pointsRobert Swiecki
2018-07-29mnt: function renameRobert Swiecki
2018-07-27mnt: added nosuid/nodev/noexec flags to configWiktor Garbacz
2018-07-24mnt: remount all filesystemsWiktor Garbacz
2018-05-23A few c++isms moreRobert Swiecki
2018-05-22More c++ ismsRobert Swiecki
2018-05-16mnt: add original_uid to directories created as new root by nsjailRobert Swiecki
2018-04-29mnt: better mount flag printingRobert Swiecki
2018-04-27mnt: c++-icationRobert Swiecki
2018-02-21mnt: simplify mountPtRobert Swiecki
2018-02-20mnt: simpler describeMountPtRobert Swiecki
2018-02-19compare behaves like strcmp with resultsRobert Swiecki
2018-02-18strcmp -> std::string::compareRobert Swiecki
2018-02-13rename ARRAYSIZE to ARR_SZ due to clash with protobufs headersRobert Swiecki
2018-02-11mnt: move mnt_t to std::stringRobert Swiecki
2018-02-11mnt: convert describeMountPt from const char* to std::stringRobert 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-10mnt: replace sys/queue with std::vectorRobert Swiecki
2018-02-10move common.h to macros.hRobert Swiecki
2018-02-10nsjail: convert a couple of struct fields to std::stringRobert Swiecki
2018-02-09all: move to C++Robert Swiecki
2018-02-09util: move to C++Robert Swiecki
2018-02-09mount: move to C++Robert Swiecki