summaryrefslogtreecommitdiff
path: root/service
Commit message (Expand)AuthorAgeFilesLines
* instance: dump netdev paramsStijn Tintel2022-09-261-0/+9
* instance: exit in case asprintf() failsDaniel Golle2022-02-181-1/+3
* jail: make sure jailed process is terminatedDaniel Golle2021-12-111-3/+10
* procd: service_stop_all: also kill inittab actionsDaniel Golle2021-11-231-1/+1
* procd: add full service shutdown prior to sysupgradeJohn Crispin2021-11-232-0/+29
* service: move jail parsing to end of instance parserDaniel Golle2021-11-231-16/+16
* jail: allow passing environment variable to procd jailed processDaniel Golle2021-11-111-0/+9
* trigger: use uloop_timeout_remaining64Stijn Tintel2021-11-041-2/+2
* instance: allow jailed service to join namespace(s)Daniel Golle2021-09-152-3/+94
* procd: fix container deletionDaniel Golle2021-09-152-9/+5
* service: make sure string read is null terminatedDaniel Golle2021-08-151-0/+3
* jail: add option for pidfileDaniel Golle2020-10-282-0/+20
* instance: actually wire up capabilities filenameDaniel Golle2020-10-192-0/+22
* early: run ubusd non-root as user ubus, group ubusDaniel Golle2020-10-192-2/+7
* instance: add instances into unified cgroup hierarchyDaniel Golle2020-08-061-0/+28
* service: add method to query available container featuresDaniel Golle2020-07-301-0/+97
* instance: make sure values are not inherited from previous runsDaniel Golle2020-07-301-23/+123
* jail: add 'kill' method to container.%s objectDaniel Golle2020-07-291-1/+0
* jail: add some remaining OCI featuresDaniel Golle2020-07-282-0/+11
* procd: add service instance watchdogDaniel Bailey2020-07-143-0/+148
* jail: add support for running OCI bundleDaniel Golle2020-07-102-15/+35
* jail: handle containers seperatelyDaniel Golle2020-05-282-30/+109
* jail: add option to provide /dev/console to containersDaniel Golle2020-05-153-0/+144
* jail: don't fail unless requirejail is setDaniel Golle2020-04-251-0/+3
* instance: harmonize instance APIDaniel Golle2020-04-121-6/+7
* jail: add support for (ram-)overlayfsDaniel Golle2020-04-092-2/+36
* jail: add support for userns and cgroupsnsDaniel Golle2020-04-092-11/+36
* jail: add support for launching extroot containersDaniel Golle2020-04-092-0/+16
* instance: add 'requirejail' attributeKevin Darbyshire-Bryant2020-02-012-10/+24
* procd: show process's exit codeOndřej Votava2020-01-242-0/+24
* instance: provide error feedback if ujail binary is missingPetr Štetiar2020-01-211-2/+7
* jail: add basic support for network namespacesDaniel Golle2020-01-212-0/+11
* instance: Fix instance_config_move_strdup() functionDaniel Golle2020-01-191-5/+4
* instance: fix typo in error messagePetr Štetiar2020-01-181-1/+1
* instance: fix pidfile and seccomp attributes double freePetr Štetiar2020-01-181-2/+20
* instance: strdup string attributesDaniel Golle2020-01-051-4/+8
* jail: set user and group inside jailDaniel Golle2019-12-301-3/+19
* instance: Warn about unexpected number of parametersHauke Mehrtens2019-11-021-1/+5
* instance: ujail: Fix allocated size for no_new_privs parameterHauke Mehrtens2019-11-021-0/+3
* instance: dump user and group as wellHans Dedecker2019-05-021-0/+6
* service: allow setting a dedicated group idMichael Heimpold2019-04-282-6/+23
* instance: add support for customizable syslog facilitiesMichael Heimpold2019-04-282-1/+32
* procd: copy the respawn property of new instanceYashavanth Chowrikoppalu2019-04-181-0/+1
* procd: instance: Support deleting stopped instancesKristian Evensen2019-04-071-8/+16
* Allow disabling seccomp or changing the whitelistMichal Sojka2018-07-301-0/+6
* procd: fix ustream deadlock when there are 0 bytes or no newlinesJohn Crispin2018-07-251-5/+7
* service: initialize supplementary group idsYousong Zhou2018-03-282-1/+13
* service: add func for string config change checkYousong Zhou2018-03-281-8/+6
* procd: get rid of putenv usage.Rosen Penev2018-02-121-3/+2
* procd: Add %m to several functions that return errno.Rosen Penev2018-01-021-8/+4