summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-09-15Revert "jail: do not hack /etc/resolv.conf on container rootfs"Daniel Golle
2021-09-15instance: allow jailed service to join namespace(s)Daniel Golle
2021-09-15jail: prepare for adding process to existing namespaceDaniel Golle
2021-09-15uxc: add JSON output option for 'list' commandDaniel Golle
2021-09-15procd: fix container deletionDaniel Golle
2021-09-15trace: don't leak file descriptor in error pathDaniel Golle
2021-08-31initd: fix off-by-one error in mkdev.cNick Hainke
2021-08-31Revert "initd: fix off-by-one error in mkdev.c"Nick Hainke
2021-08-30trace: preload: avoid NULL-dereference here as wellDaniel Golle
2021-08-30jail: actually check calloc return valueDaniel Golle
2021-08-30utils: don't ignore open() return valueDaniel Golle
2021-08-30initd: fix off-by-one error in mkdev.cDaniel Golle
2021-08-30trace: fix potential use-after-free occurenceNick Hainke
2021-08-30trace: free memory allocated by blobmsg_format_json_indent()Daniel Golle
2021-08-30uxc: move mountpoint of persistent config to /var/run/uxcDaniel Golle
2021-08-24jail: protect against strcat buffer overflowsDaniel Golle
2021-08-24jail: preload: avoid NULL-dereference in case things go wrongDaniel Golle
2021-08-24trace: handle open() return value and make sure string is terminatedDaniel Golle