summaryrefslogtreecommitdiff
path: root/src/core/execute.h
Commit message (Expand)AuthorAgeFilesLines
* core: implement per unit journal rate limitingAnita Zhang2019-10-211-0/+3
* core: introduce new Type=exec service typeLennart Poettering2019-05-031-0/+3
* execute: use our usual syntax for defining bit masksLennart Poettering2019-05-031-4/+4
* core: swap order of "n_storage_fds" and "n_socket_fds" parametersLennart Poettering2019-05-031-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Merge pull request #9153 from poettering/private-mountsZbigniew Jędrzejewski-Szmek2018-06-131-0/+1
|\
| * core: add new PrivateMounts= unit settingLennart Poettering2018-06-121-0/+1
* | tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-12/+12
|/
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-6/+6
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: add new setting TemporaryFileSystem=Yu Watanabe2018-02-211-0/+2
* core/execute: make arguments constant if possibleYu Watanabe2018-02-061-13/+7
* core: make ExecRuntime be manager managed objectYu Watanabe2018-02-061-7/+12
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-0/+9
|\
| * core: add support for StandardInputFile= and friendsLennart Poettering2017-11-171-0/+3
| * core: add two new unit file settings: StandardInputData= + StandardInputText=Lennart Poettering2017-11-171-0/+6
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+7
* core: add support to specify errno in SystemCallFilter=Yu Watanabe2017-11-111-1/+1
* core: usually our enum's _INVALID and _MAX special values are named after the...Lennart Poettering2017-10-021-3/+3
* core: add new per-unit setting KeyringMode= for controlling kernel keyring setupLennart Poettering2017-09-151-0/+13
* core: add new UnsetEnvironment= setting for unit filesLennart Poettering2017-09-141-0/+1
* seccomp: LockPersonality boolean (#6193)Topi Miettinen2017-08-291-0/+1
* core: add two new special ExecStart= character prefixesLennart Poettering2017-08-101-0/+2
* core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXINGLennart Poettering2017-08-101-1/+1
* execute: also fold the cgroup delegate bit into ExecFlagsLennart Poettering2017-08-101-5/+5
* execute: also control the SYSTEMD_NSS_BYPASS_BUS through an ExecFlags fieldLennart Poettering2017-08-101-4/+5
* execute: add one more ExecFlags flag, for controlling unconditional directory...Lennart Poettering2017-08-101-4/+5
* execute: let's decouple execute.c a bit from the unit logicLennart Poettering2017-08-101-4/+5
* execute: replace command flag bools by a flags fieldLennart Poettering2017-08-101-2/+6
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-3/+20
* core: allow preserving contents of RuntimeDirectory= over process restartYu Watanabe2017-07-171-0/+12
* core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...Lennart Poettering2017-06-261-0/+2
* core: remove the redundancy of 'n_fds' and 'n_storage_fds' in ExecParameters ...Franck Bui2017-06-081-1/+1
* core: only apply NonBlocking= to fds passed via socket activationFranck Bui2017-06-061-0/+1
* core: add RootImage= setting for using a specific image file as root director...Lennart Poettering2017-02-071-1/+1
* core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...Lennart Poettering2017-02-071-0/+1
* Merge pull request #4806 from poettering/keyring-initZbigniew Jędrzejewski-Szmek2016-12-131-4/+5
|\
| * core: run each system service with a fresh session keyringLennart Poettering2016-12-131-4/+5
* | core: add ability to define arbitrary bind mounts for servicesLennart Poettering2016-12-141-0/+2
|/
* Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering2016-11-181-8/+9
|\
| * core: allow to redirect confirmation messages to a different consoleFranck Bui2016-11-171-8/+9
* | core: improve the logic that implies no new privilegesDjalal Harouni2016-11-151-1/+0
|/
* core: add new RestrictNamespaces= unit file settingLennart Poettering2016-11-041-0/+9
* core/exec: add a named-descriptor option ("fd") for streams (#4179)Luca Bruno2016-10-171-0/+5
* core:sandbox: Add ProtectKernelModules= optionDjalal Harouni2016-10-121-0/+1
* core: add two new service settings ProtectKernelTunables= and ProtectControlG...Lennart Poettering2016-09-251-0/+2
* core: add RemoveIPC= settingLennart Poettering2016-08-191-0/+1
* Merge pull request #3884 from poettering/private-usersZbigniew Jędrzejewski-Szmek2016-08-061-0/+1
|\