summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* watchdog: retry with larger timeout value if effective timeout is 0staging/stintel/watchdogJo-Philipp Wich2022-06-231-1/+23
* watchdog: add remaining time to ubus outputStijn Tintel2022-06-173-1/+17
* init: only relabel rootfs if started from initramfsDaniel Golle2022-06-011-3/+4
* init: selinux: don't relabel virtual filesystemsDaniel Golle2022-06-011-1/+3
* init: restore SELinux labels after policy is loadedDaniel Golle2022-05-031-8/+19
* jail: include necessary files for per-netns netifd instanceDaniel Golle2022-04-131-8/+23
* uxc: fix potential NULL-pointer dereferenceDaniel Golle2022-04-131-0/+3
* procd: completely remove tmp-on-zram supportRui Salvaterra2022-03-034-158/+5
* instance: exit in case asprintf() failsDaniel Golle2022-02-181-1/+3
* uxc: remove unused printf parameterDaniel Golle2022-02-181-1/+1
* uxc: clean up error handlingDaniel Golle2022-02-181-74/+85
* uxc: allow editing settings using 'create'Daniel Golle2022-02-181-45/+49
* uxc: add support for user-defined settingsDaniel Golle2022-02-181-75/+263
* procd: seccomp/jail: Fix build error on arm with glibcPeter Lundkvist2022-01-301-6/+6
* procd: clean up /dev/pts mountsRui Salvaterra2022-01-112-2/+2
* procd: mount /dev with noexecRui Salvaterra2022-01-112-2/+2
* procd: jail/cgroups: correctly enable "rdma" when requestedRoman Azarenko2022-01-111-1/+1
* uxc: fix two minor issues reported by CoverityDaniel Golle2021-12-261-1/+3
* uxc: usage message cosmeticsDaniel Golle2021-12-201-12/+12
* remove ujail-consoleDaniel Golle2021-12-202-227/+0
* uxc: integrate console into uxcDaniel Golle2021-12-201-14/+203
* uxc: consider uvol and etc location for configurationsDaniel Golle2021-12-201-31/+40
* jail: make sure jailed process is terminatedDaniel Golle2021-12-112-5/+25
* procd: service_stop_all: also kill inittab actionsDaniel Golle2021-11-233-1/+16
* procd: add full service shutdown prior to sysupgradeJohn Crispin2021-11-233-0/+32
* service: move jail parsing to end of instance parserDaniel Golle2021-11-231-16/+16
* system: add diskfree infos to ubusFlorian Eckert2021-11-231-0/+30
* jail: allow passing environment variable to procd jailed processDaniel Golle2021-11-112-1/+53
* trigger: use uloop_timeout_remaining64Stijn Tintel2021-11-041-2/+2
* 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
* uxc: add missing 'break' statementDaniel Golle2021-10-171-1/+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-132-10/+142
* jail: fs: add support for asymmetric mount bindDaniel Golle2021-10-133-8/+33
* uxc: don't free the stackDaniel Golle2021-10-131-3/+0
* uxc: fix segfault caused by use-after-freeDaniel Golle2021-10-131-1/+1
* 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