summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-16init: attempt to mount efivarfsDaniel Golle
2023-01-16jail: don't assume positive return value of creatDaniel Golle
2023-01-16jail: fs: don't overwrite existing mount targetDaniel Golle
2022-11-10sysupgrade: print errno on failureStijn Tintel
2022-11-10jail: ignore missing .dynamic sectYuteng Zhong
2022-11-10jail: correctly check for null pointerPhilipp Meier
2022-09-26instance: dump netdev paramsStijn Tintel
2022-07-17jail: fix various ignoring return value compilation warningChristian Marangi
2022-07-17jail: add WARNING macro to log non critical warning messageChristian Marangi
2022-06-27utrace: fix memory leakJunnan Xu
2022-06-01init: only relabel rootfs if started from initramfsDaniel Golle
2022-06-01init: selinux: don't relabel virtual filesystemsDaniel Golle
2022-05-03init: restore SELinux labels after policy is loadedDaniel Golle
2022-04-13jail: include necessary files for per-netns netifd instanceDaniel Golle
2022-04-13uxc: fix potential NULL-pointer dereferenceDaniel Golle
2022-03-03procd: completely remove tmp-on-zram supportRui Salvaterra
2022-02-18instance: exit in case asprintf() failsDaniel Golle
2022-02-18uxc: remove unused printf parameterDaniel Golle
2022-02-18uxc: clean up error handlingDaniel Golle
2022-02-18uxc: allow editing settings using 'create'Daniel Golle
2022-02-18uxc: add support for user-defined settingsDaniel Golle
2022-01-30procd: seccomp/jail: Fix build error on arm with glibcPeter Lundkvist
2022-01-11procd: clean up /dev/pts mountsRui Salvaterra
2022-01-11procd: mount /dev with noexecRui Salvaterra
2022-01-11procd: jail/cgroups: correctly enable "rdma" when requestedRoman Azarenko
2021-12-26uxc: fix two minor issues reported by CoverityDaniel Golle
2021-12-20uxc: usage message cosmeticsDaniel Golle
2021-12-20remove ujail-consoleDaniel Golle
2021-12-20uxc: integrate console into uxcDaniel Golle
2021-12-20uxc: consider uvol and etc location for configurationsDaniel Golle
2021-12-11jail: make sure jailed process is terminatedDaniel Golle
2021-11-23procd: service_stop_all: also kill inittab actionsDaniel Golle
2021-11-23procd: add full service shutdown prior to sysupgradeJohn Crispin
2021-11-23service: move jail parsing to end of instance parserDaniel Golle
2021-11-23system: add diskfree infos to ubusFlorian Eckert
2021-11-11jail: allow passing environment variable to procd jailed processDaniel Golle
2021-11-04trigger: use uloop_timeout_remaining64Stijn Tintel
2021-11-01jail: elf: Remove MIPS 64 warningHauke Mehrtens
2021-11-01jail: elf: Use 64 bit variables for elf offsetsHauke Mehrtens
2021-10-22jail: Fix build with glibcHauke Mehrtens
2021-10-17uxc: add missing 'break' statementDaniel Golle
2021-10-17jail: netifd: check target netns fd before using itDaniel Golle
2021-10-17jail: netifd: fix error handling issue reported by coverityDaniel Golle
2021-10-17jail: netifd: code cosmeticsDaniel Golle
2021-10-12jail: make use of per-container netifd via ubusDaniel Golle
2021-10-12jail: netifd: generate netifd uci config and mount itDaniel Golle
2021-10-12jail: fs: add support for asymmetric mount bindDaniel Golle
2021-10-12uxc: don't free the stackDaniel Golle
2021-10-12uxc: fix segfault caused by use-after-freeDaniel Golle
2021-09-15jail: start ubus and netifd instances for container with netnsDaniel Golle