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