summaryrefslogtreecommitdiff
path: root/src/core/execute.h
Commit message (Expand)AuthorAgeFilesLines
* core: make NotifyAccess= in combination with RootDirectory=/RootImage= workLennart Poettering2021-01-201-0/+2
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-181-0/+2
* Add truncate: to StandardOutput= etc.Lucas Werkmeister2021-01-151-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* test-path: do not fail the test if we fail to start a service because of cgro...Zbigniew Jędrzejewski-Szmek2020-10-221-1/+1
* execute: add helper for checking if root_directory/root_image are set in Exec...Lennart Poettering2020-10-011-0/+9
* core: remember when we set ExecContext.mount_apivfsZbigniew Jędrzejewski-Szmek2020-09-241-0/+2
* exec: SystemCallLog= directiveTopi Miettinen2020-09-151-0/+3
* core: add credentials logicLennart Poettering2020-08-251-3/+21
* core: introduce ProtectProc= and ProcSubset= to expose hidepid= and subset= p...Lennart Poettering2020-08-241-0/+3
* core: new feature MountImagesLuca Boccassi2020-08-051-0/+2
* service: add new RootImageOptions featureLuca Boccassi2020-07-291-0/+1
* pid1: create ro private tmp dirs when /tmp or /var/tmp is read-onlyZbigniew Jędrzejewski-Szmek2020-07-141-1/+1
* core: add RootHashSignature service parameterLuca Boccassi2020-06-251-3/+3
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-2/+2
* core: add RootHash and RootVerity service parametersLuca Boccassi2020-06-231-1/+3
* core: automatically update StandardOuput=syslog to =journal (and similar for ...Lennart Poettering2020-05-151-2/+0
* manager: add CoredumpFilter= settingZbigniew Jędrzejewski-Szmek2020-04-091-0/+3
* core: add support for setting CPUAffinity= to special "numa" valueMichal Sekletár2020-03-161-0/+3
* shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár2020-03-161-0/+1
* core: add new LogNamespace= execution settingLennart Poettering2020-01-311-0/+2
* core: shared: Add ProtectClock= to systemd.execKevin Kuehler2020-01-261-0/+1
* core: Add ProtectKernelLogsKevin Kuehler2019-11-111-0/+1
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-2/+2
* core: move timeout_clean_usec from Service to ExecContextYu Watanabe2019-08-281-0/+1
* core: add type of resource string tableLennart Poettering2019-07-111-0/+3
* core: hook up service unit type with the new clean operationLennart Poettering2019-07-111-0/+3
* core: add generic "clean" operation to unitsLennart Poettering2019-07-111-0/+13
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-0/+1
* core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-8/+1
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-2/+2
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-021-0/+1
* tree-wide: reorder various structures to make them smaller and use fewer cach...Lennart Poettering2019-03-271-41/+38
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* core: rework how we reset the TTY after use by a serviceLennart Poettering2019-03-201-0/+2
* core: add new setting NetworkNamespacePath= for configuring a netns by path f...Lennart Poettering2019-03-071-0/+2
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-0/+1
* core: ProtectHostname= featureTopi Miettinen2019-02-201-0/+1
* core: fix KeyringMode for user servicesAlexey Bogdanenko2018-12-171-10/+9
* tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe2018-12-061-1/+1
* core: when Delegate=yes is set for a unit, run ExecStartPre= and friends in a...Lennart Poettering2018-11-261-4/+5
* core: introduce exec_params_clear()Yu Watanabe2018-11-081-0/+2
* tree-wide: add a few missing _sentinel_ decoratorsLennart Poettering2018-10-261-2/+2
* core: implement per unit journal rate limitingAnita Zhang2018-10-181-0/+3
* tree-wide: use unsigned for refcountYu Watanabe2018-08-271-1/+1
* Merge pull request #9624 from poettering/service-state-flushZbigniew Jędrzejewski-Szmek2018-08-021-6/+16
|\
| * core: properly reset all ExecStatus structures when entering a new unit cycleLennart Poettering2018-07-231-2/+3
| * execute: document what the different structures are for in commentsLennart Poettering2018-07-231-3/+13
| * core: drop "argv" field from ExecParameter structureLennart Poettering2018-07-231-1/+0
* | core: introduce new Type=exec service typeLennart Poettering2018-07-251-0/+3