summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* jail: start ubus and netifd instances for container with netnsDaniel Golle2021-09-154-1/+318
* Revert "jail: do not hack /etc/resolv.conf on container rootfs"Daniel Golle2021-09-151-1/+1
* instance: allow jailed service to join namespace(s)Daniel Golle2021-09-152-3/+94
* jail: prepare for adding process to existing namespaceDaniel Golle2021-09-151-24/+97
* uxc: add JSON output option for 'list' commandDaniel Golle2021-09-151-12/+60
* procd: fix container deletionDaniel Golle2021-09-152-9/+5
* trace: don't leak file descriptor in error pathDaniel Golle2021-09-151-1/+3
* initd: fix off-by-one error in mkdev.cNick Hainke2021-08-311-1/+1
* Revert "initd: fix off-by-one error in mkdev.c"Nick Hainke2021-08-311-1/+1
* trace: preload: avoid NULL-dereference here as wellDaniel Golle2021-08-311-3/+6
* jail: actually check calloc return valueDaniel Golle2021-08-311-1/+1
* utils: don't ignore open() return valueDaniel Golle2021-08-311-1/+6
* initd: fix off-by-one error in mkdev.cDaniel Golle2021-08-301-1/+1
* trace: fix potential use-after-free occurenceNick Hainke2021-08-301-1/+1
* trace: free memory allocated by blobmsg_format_json_indent()Daniel Golle2021-08-301-2/+6
* uxc: move mountpoint of persistent config to /var/run/uxcDaniel Golle2021-08-301-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
* trace: handle open() return value and make sure string is terminatedDaniel Golle2021-08-241-0/+5
* trace: free string returned by blobmsg_format_json_indent()Daniel Golle2021-08-241-2/+7
* uxc: free string returned by blobmsg_format_json_indent()Daniel Golle2021-08-241-1/+10
* utils: make sure read() string is 0 terminatedDaniel Golle2021-08-241-0/+1
* 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
* uxc.c: fix coverity resource leak warningKevin Darbyshire-Bryant2021-08-221-0/+1
* uxc: support config in uvolDaniel Golle2021-08-151-4/+12
* uxc: fix help outputDaniel Golle2021-08-151-1/+1
* uxc: fix a bunch of issues discovered by CoverityDaniel Golle2021-08-151-28/+40
* service: make sure string read is null terminatedDaniel Golle2021-08-151-0/+3
* system: fix issues reported by CoverityDaniel Golle2021-08-151-1/+5
* 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
* hotplug-dispatch: yet another rare memory leak disovered by CoverityDaniel Golle2021-08-141-1/+1
* system: make rootfs type accessible through board callDaniel Golle2021-08-131-3/+72
* hotplug-dispatch: fix rare memory leaks in error pathsDaniel Golle2021-08-051-13/+16
* 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
* hotplug-dispatch: replace wrongly used assert()Daniel Golle2021-08-041-10/+48
* uxc: always handle asprintf() return valueDaniel Golle2021-08-041-4/+10
* hotplug-dispatch: don't ignore asprintf() return valueDaniel Golle2021-08-041-2/+7
* 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
* watchdog: Add an info message if the watchdog reset the systemMartin Blumenstingl2021-07-251-0/+31
* uxc: resolve volume UUIDs by name of UCI fstab sectionDaniel Golle2021-07-251-2/+67
* uxc: don't restart containers when mount shows upDaniel Golle2021-07-251-0/+5
* jail: refactor directory handling for rootfs and overlaydirDaniel Golle2021-07-181-19/+31