summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "sysupgrade: print errno on failure"HEADmasterStijn Tintel2023-03-221-3/+1
* init: attempt to mount efivarfsDaniel Golle2023-01-161-3/+4
* 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
* sysupgrade: print errno on failureStijn Tintel2022-11-101-1/+3
* jail: ignore missing .dynamic sectYuteng Zhong2022-11-101-8/+8
* jail: correctly check for null pointerPhilipp Meier2022-11-101-0/+4
* instance: dump netdev paramsStijn Tintel2022-09-261-0/+9
* 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
* utrace: fix memory leakJunnan Xu2022-06-271-0/+4
* 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