jail: handle containers seperately
[oweals/procd.git] / service /
2020-05-28 Daniel Gollejail: handle containers seperately master
2020-05-15 Daniel Gollejail: add option to provide /dev/console to containers
2020-04-25 Daniel Gollejail: don't fail unless requirejail is set
2020-04-12 Daniel Golleinstance: harmonize instance API
2020-04-09 Daniel Gollejail: add support for (ram-)overlayfs
2020-04-09 Daniel Gollejail: add support for userns and cgroupsns
2020-04-09 Daniel Gollejail: add support for launching extroot containers
2020-02-01 Kevin Darbyshire... instance: add 'requirejail' attribute
2020-01-24 Ondřej Votavaprocd: show process's exit code
2020-01-21 Petr Štetiarinstance: provide error feedback if ujail binary is...
2020-01-21 Daniel Gollejail: add basic support for network namespaces
2020-01-19 Daniel Golleinstance: Fix instance_config_move_strdup() function
2020-01-18 Petr Štetiarinstance: fix typo in error message
2020-01-18 Petr Štetiarinstance: fix pidfile and seccomp attributes double...
2020-01-05 Daniel Golleinstance: strdup string attributes
2019-12-30 Daniel Gollejail: set user and group inside jail
2019-11-02 Hauke Mehrtensinstance: Warn about unexpected number of parameters
2019-11-02 Hauke Mehrtensinstance: ujail: Fix allocated size for no_new_privs...
2019-05-02 Hans Dedeckerinstance: dump user and group as well
2019-04-28 Michael Heimpoldservice: allow setting a dedicated group id
2019-04-28 Michael Heimpoldinstance: add support for customizable syslog facilities
2019-04-18 Yashavanth Chowrik... procd: copy the respawn property of new instance
2019-04-07 Kristian Evensenprocd: instance: Support deleting stopped instances
2018-07-30 Michal SojkaAllow disabling seccomp or changing the whitelist
2018-07-25 John Crispinprocd: fix ustream deadlock when there are 0 bytes...
2018-03-28 Yousong Zhouservice: initialize supplementary group ids
2018-03-28 Yousong Zhouservice: add func for string config change check
2018-02-12 Rosen Penevprocd: get rid of putenv usage.
2018-01-02 Rosen Penevprocd: Add %m to several functions that return errno.
2018-01-02 Rosen Penevprocd: Remove redundant errno variable in several print...
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2017-11-10 Pierre Lebleuservice: add data within the service itself
2017-11-10 Pierre Lebleuservice: fix calls to blobmsg_parse()
2017-11-06 Michal Sojkaservice: Start services normally when seccomp is disabled
2017-10-28 Pierre Lebleuservice: fix service_handle_event array
2017-10-05 pme.lebleu@gmail.comservice: fix SERVICE_ATTR_NAME usage in service_handle_set
2017-09-28 Karl Palssoninstance: properly compare and reload respawn config
2017-09-28 Michal SojkaStart seccomp-enabled services via seccomp-trace
2017-09-28 Michal SojkaUpdate trace attribute
2017-09-28 Michal SojkaDo not disable seccomp when configuration is not found
2017-08-22 John Crispinprocd: send ubus notify when a config file has changed
2017-07-31 Michal Sojkaprocd: Do not leak pipe file descriptors to children
2017-06-11 Alexander Couzensservice/service_stopped(): fix a use-after-free
2017-05-29 Matthias SchifferRemove code that has become unnecessary after sysupgrad...
2017-04-05 John Crispinservice/instance: add an auto start option
2017-03-05 Alin Năstacprocd: service gets deleted when its last instance...
2017-02-15 Alin Năstacprocd: stop service using SIGKILL if SIGTERM failed...
2016-12-13 Jo-Philipp Wichservice: add reload_signal property
2016-12-13 Jo-Philipp Wichservice: add service.signal ubus call
2016-12-05 Rosen Penevprocd: Fix memory leaks found by cppcheck
2016-10-19 Felix Fietkauservice: do not restart instances if data changes
2016-10-19 Felix Fietkauservice: make instance_update() void and unconditionall...
2016-10-19 Felix Fietkauservice: add support for instances without command
2016-10-14 Zefir Kurtisiprocd: fire events at instance respawn and failure
2016-09-27 John Crispinfixes a copy paste error in the service ubus binding
2016-07-29 Felix Fietkautrigger: rework timeout handling and command queueing
2016-07-29 Felix Fietkautrigger: replace trigger_init() with static runqueue...
2016-07-29 Felix Fietkautrigger: remove unnecessary runqueue empty callback
2016-07-29 Felix Fietkautrigger: reduce indentation level in trigger_event()
2016-07-19 Jurgen Van Hamprocd: remove instance_removepid call from instance_stop
2016-07-05 Jurgen Van Hamprocd: remove pidfile after unexpected termination...
2016-03-08 Karl Palssonprocd: service: Support writing pidfiles
2016-03-05 Felix Fietkauservice: get rid of service_init and service_validate_i...
2016-03-05 Felix Fietkauadd a build-time option to disable init related code
2016-03-05 Felix Fietkauadd ifdefs to make service/instance.c compile on non...
2016-02-04 Felix Fietkautrigger: fix memory leak in script calls
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire hostname (-h) option
2015-12-11 John Crispininstance, ujail: wire no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire remount / read only option (-o)
2015-12-11 Etienne CHAMPETIERinstance, ujail: remove "-P <path>" option
2015-07-07 Rafał Miłeckiservice: if logging start app with LD_PRELOAD & lib...
2015-06-14 Felix Fietkauservice: reorder function to avoid forward declaration
2015-06-14 Yousong Zhouservice: close instance pipe fd on restart.
2015-06-14 Yousong Zhouservice: allow get_data of specifc instance.
2015-06-14 Yousong Zhouservice: remove unused struct watch_subscribe definition.
2015-06-14 Yousong Zhouservice: dump respawn params in the same order as when...
2015-06-14 Yousong Zhouservice: optimize relaying stdio output of daemons...
2015-06-04 Felix Fietkautrigger: make trigger_match() bool and make return...
2015-06-02 John Crispinallow multiple identical events to be queued
2015-05-05 Jo-Philipp Wichinstance: handle setgid() before setuid()
2015-04-19 Felix Fietkauinstance: avoid dumping invalid service instances ...
2015-03-28 John Crispinproperly handle return codes
2015-03-23 John Crispinprocd can now start jailed processes
2015-03-06 John Crispinjson 0.12 fixes
2015-02-27 Felix Fietkauservice: rename variables / struct members called stdou...
2015-02-26 Jo-Philipp Wichservice: don't use stdio log channel
2015-02-26 Jo-Philipp Wichprocd: support relayoing daemon stdout/stderr to syslog
2014-11-19 Felix Fietkauservice: fix ubus list command
2014-09-07 John Crispininstances can now start as a !root user
2014-08-29 John Crispinadd .data to instance_dump()
2014-08-29 John Crispinadd an event for "service.update" triggers
2014-08-29 Felix Fietkauexplicitly include json/json.h where needed
2014-07-02 Felix Fietkauservice: fix trigger related double-free
2014-07-02 Felix Fietkauservice: implement get_data to dump the data fields...
2014-07-02 Felix Fietkauinstance: allow filling "data" with fields of arbitrary...
2014-06-06 John Crispinallow instances to report errors. if an error is set...
2014-06-05 Felix Fietkauservice: do not emit any service events before the...
2014-06-05 Felix Fietkauservice: register the subscriber object before the...
2014-06-05 Felix Fietkauservice: fix a debug message typo
2014-06-05 Felix Fietkauservice: fix a leftover debug hack
next