summaryrefslogtreecommitdiff
path: root/src/core/execute.h
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* Add missing includes in header filesThomas Hindoe Paaboel Andersen2015-02-12
* core: don't fail to run services in --user instances if $HOME is missingLennart Poettering2015-02-12
* core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-18
* smack: introduce new SmackProcessLabel optionWaLyong Cho2014-11-24
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-05
* environment: append unit_id to error messages regarding EnvironmentFileLukas Nykryn2014-10-17
* swap: introduce Discard propertyJan Synacek2014-09-29
* socket: introduce SELinuxContextFromNet optionMichal Sekletar2014-09-19
* service: hook up custom endpoint logicDaniel Mack2014-09-08
* bus: add kdbus endpoint typesDaniel Mack2014-09-08
* exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack2014-09-05
* Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering2014-08-19
* socket: introduce SELinuxLabelViaNet optionMichal Sekletar2014-08-19
* core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering2014-06-04
* core: add new ReadOnlySystem= and ProtectedHome= settings for service unitsLennart Poettering2014-06-03
* core: remove tcpwrap supportLennart Poettering2014-03-24
* core: don't override NoNewPriviliges= from SystemCallFilter= if it is already...Lennart Poettering2014-03-05
* missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2014-03-05
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-03
* execute: no need to include seccomp.h from execute.hLennart Poettering2014-03-03
* core: add new RestrictAddressFamilies= switchLennart Poettering2014-02-26
* core: Add AppArmor profile switchingMichael Scherer2014-02-21
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-19
* core: store and expose SELinuxContext field normalized as bool + stringLennart Poettering2014-02-17
* core: add SystemCallArchitectures= unit setting to allow disabling of non-nativeLennart Poettering2014-02-13
* core: rework syscall filterLennart Poettering2014-02-12
* syscallfilter: port to libseccompRonny Chevalier2014-02-12
* exec: Add SELinuxContext configuration itemMichael Scherer2014-02-10
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-20
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-22
* execute.h: remove redefinition of UnitThomas Hindoe Paaboel Andersen2013-12-05
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* core: general cgroup reworkLennart Poettering2013-06-27
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-15
* core/execute: determine if ExecContext may fiddle with /dev/consoleMichal Schmidt2013-02-28
* unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering2012-07-20
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-17
* journal: set the _SYSTEMD_UNIT field for messages from terminated processesEelco Dolstra2012-06-22
* util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering2012-05-31
* service: introduce Type=idle and use it for gettysLennart Poettering2012-04-24
* service: place control command in subcgroup control/Lennart Poettering2012-04-13
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11