aboutsummaryrefslogtreecommitdiff
path: root/nsjail.h
AgeCommit message (Expand)Author
2022-02-17Add `disable_tsc` optionMichaƂ Kowalczyk
2021-11-01cgroup2: use cgroup_mem_swap_max and cgroup_mem_memsw_maxPhilip
2021-10-11Add support for setting cgroup memory.memsw.limit_in_bytesJohan Kartiwa
2021-08-03Merge branch 'use_switchroot'Wiktor Garbacz
2021-07-20Renaming use_switchroot option with no_pivotrootEli Zrihen
2021-07-19Added rt, memlock & msgq limitsEli Zrihen
2021-06-17Added use_switchroot optionEli Zrihen
2021-06-16MACVLAN modes supportEli Zrihen
2021-05-11Initial support for CLONE_NEWTIMERobert Swiecki
2021-02-09net: add support for max_connsPhilip Papurt
2020-08-30subproc: kill a process once in the -Ml mode once the TCP connection has endedRobert Swiecki
2020-02-17fix POLLNVAL in pipeTrafficWiktor Garbacz
2020-02-16nsjail/pid/subproc: a). keep childrens' PIDs in a map indexed by pid b). corr...Robert Swiecki
2020-02-14pipe socket traffic in and out of sandboxeeWiktor Garbacz
2019-08-05Add flag to disable rlimitsJay Lees
2019-07-26[cgroup-v2] support cgroup v2 for mem, cpu and pidsJay Lees
2019-06-30Add nice_level to cmd-line/config optionsRobert Swiecki
2019-03-29allow to use nsjail w/o namespacesRobert Swiecki
2018-10-24code formattingWiktor Garbacz
2018-10-23Added --macvlan_vs_ma switch to be able to set macvlan's mac-address.Micky Del Favero
2018-06-25cmdline: more stderr_to_null closer to is_silentRobert Swiecki
2018-06-25config: Implement --stderr_to_nullRobert Swiecki
2018-06-07logs: use log file/level immediatelyRobert Swiecki
2018-05-30cmdline: add iface_own to take ownership of one of the global interfacesRobert Swiecki
2018-05-26use strtoimax when neededRobert Swiecki
2018-05-23sandbox: add support for SECCOMP_FILTER_FLAG_LOGRobert Swiecki
2018-02-18cmdline: remove tmpfs_size from nsjconf_tRobert Swiecki
2018-02-15nsjail: ignore SIGTTIN/SIGTTOURobert Swiecki
2018-02-12convert exec file and argv to string/vectorRobert Swiecki
2018-02-11mnt: move mnt_t to std::stringRobert Swiecki
2018-02-11make indent dependRobert Swiecki
2018-02-11cgroup: switch const char* to std::stringRobert Swiecki
2018-02-11net: convert net::connToText to std::stringRobert Swiecki
2018-02-10sandbox: convert kafel file/string as std::stringRobert Swiecki
2018-02-10convert proc_path to std::stringRobert Swiecki
2018-02-10nsjail: iface_no_lo -> iface_loRobert Swiecki
2018-02-10net: move all iface_vs* options from char* to std::stringRobert Swiecki
2018-02-10log: rename log to logs due to clash with glibc's logRobert Swiecki
2018-02-10mnt: replace sys/queue with std::vectorRobert Swiecki
2018-02-10move common.h to macros.hRobert Swiecki
2018-02-10nsjail: move pids queue to a vectorRobert Swiecki
2018-02-10nsjail: convert a couple of struct fields to std::stringRobert Swiecki
2018-02-10nsjail: convert gids/uids to vector of structsRobert Swiecki
2018-02-09nsjail: envs to vector of stringsRobert Swiecki
2018-02-09nsjail: move openfd from queue to vectorRobert Swiecki
2018-02-09nsjail: convert caps from queue to vectorRobert Swiecki
2018-02-09all: move to C++Robert Swiecki
2018-02-08nsjail: make nsjail.c nsjail.ccRobert Swiecki
2018-02-04cgroups: add support for CPU cgroupRobert Swiecki
2018-02-01sandbox: compile seccomp-bpf policy once onlyRobert Swiecki