summaryrefslogtreecommitdiff
path: root/jail
Commit message (Expand)AuthorAgeFilesLines
* jail: don't assume positive return value of creatDaniel Golle2023-01-161-2/+6
* jail: fs: don't overwrite existing mount targetDaniel Golle2023-01-161-22/+22
* jail: ignore missing .dynamic sectYuteng Zhong2022-11-101-8/+8
* jail: correctly check for null pointerPhilipp Meier2022-11-101-0/+4
* jail: fix various ignoring return value compilation warningChristian Marangi2022-07-171-8/+31
* jail: add WARNING macro to log non critical warning messageChristian Marangi2022-07-171-0/+4
* jail: include necessary files for per-netns netifd instanceDaniel Golle2022-04-131-8/+23
* procd: jail/cgroups: correctly enable "rdma" when requestedRoman Azarenko2022-01-111-1/+1
* remove ujail-consoleDaniel Golle2021-12-201-221/+0
* jail: make sure jailed process is terminatedDaniel Golle2021-12-111-2/+15
* jail: allow passing environment variable to procd jailed processDaniel Golle2021-11-111-1/+44
* jail: elf: Remove MIPS 64 warningHauke Mehrtens2021-11-011-12/+0
* jail: elf: Use 64 bit variables for elf offsetsHauke Mehrtens2021-11-011-8/+8
* jail: Fix build with glibcHauke Mehrtens2021-10-221-0/+1
* jail: netifd: check target netns fd before using itDaniel Golle2021-10-171-0/+4
* jail: netifd: fix error handling issue reported by coverityDaniel Golle2021-10-171-4/+2
* jail: netifd: code cosmeticsDaniel Golle2021-10-171-45/+45
* jail: make use of per-container netifd via ubusDaniel Golle2021-10-133-79/+166
* jail: netifd: generate netifd uci config and mount itDaniel Golle2021-10-131-9/+140
* jail: fs: add support for asymmetric mount bindDaniel Golle2021-10-133-8/+33
* jail: start ubus and netifd instances for container with netnsDaniel Golle2021-09-153-0/+317
* Revert "jail: do not hack /etc/resolv.conf on container rootfs"Daniel Golle2021-09-151-1/+1
* jail: prepare for adding process to existing namespaceDaniel Golle2021-09-151-24/+97
* jail: actually check calloc return valueDaniel Golle2021-08-311-1/+1
* jail: protect against strcat buffer overflowsDaniel Golle2021-08-241-4/+7
* jail: preload: avoid NULL-dereference in case things go wrongDaniel Golle2021-08-241-2/+6
* jail: use portable sizeof(void *)Daniel Golle2021-08-241-1/+1
* jail: check return value when opening consoleDaniel Golle2021-08-241-0/+3
* jail: return to hook callback instead of just calling itDaniel Golle2021-08-241-1/+1
* jail: devices: create parent folder when creating devicesDaniel Golle2021-08-241-3/+25
* ujail-console: add missing error handling discovered by coverityDaniel Golle2021-08-141-1/+8
* jail: fix several issues discovered by CoverityDaniel Golle2021-08-143-24/+39
* jail: cgroups-bpf: fix compile with musl 1.2Daniel Golle2021-08-041-1/+2
* jail: don't ignore return value of write()Daniel Golle2021-08-041-1/+4
* jail: cgroups: replace wrongly used assert()Daniel Golle2021-08-042-12/+32
* jail: ignore return value when creating default /dev symlinksDaniel Golle2021-08-041-6/+6
* jail: don't ignore return value of seteuid()Daniel Golle2021-08-041-2/+9
* jail: cgroups-bpf: don't use sys/reg.h when building with glibcDaniel Golle2021-08-041-0/+3
* jail: refactor directory handling for rootfs and overlaydirDaniel Golle2021-07-181-19/+31
* jail: make use of realpath() for rootfs and overlaydirDaniel Golle2021-07-171-24/+20
* jail: open() extroot folder before mountingDaniel Golle2021-07-151-0/+8
* jail: allow rootfs to be a symbolic linkDaniel Golle2021-07-151-0/+17
* jail: increase max additional env records to 64Daniel Golle2021-07-151-1/+1
* jail: do not hack /etc/resolv.conf on container rootfsDaniel Golle2021-07-151-1/+1
* jail: add support for cgroup devices as in OCI run-time specDaniel Golle2021-07-104-13/+503
* jail/seccomp: add support for aarch64Daniel Golle2021-03-191-11/+14
* procd: fix compilation with newer muslRosen Penev2021-03-021-1/+1
* jail: cgroups: fix uninitialized variableDaniel Golle2021-02-021-1/+1
* jail: only output BPF instr. table header if debuggingDaniel Golle2021-02-021-2/+3
* jail: remove duplicate check for hook file permissionsDaniel Golle2021-02-021-3/+0