summaryrefslogtreecommitdiffstats
path: root/src/shared/bus-unit-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-57/+99
|\
| * core: add support for StandardInputFile= and friendsLennart Poettering2017-11-171-1/+16
| * bus-unit-util: drop #ifdef HAVE_SECCOMP from bus client sideLennart Poettering2017-11-171-3/+1
| * core: add two new unit file settings: StandardInputData= + StandardInputText=Lennart Poettering2017-11-171-1/+55
| * bus-unit-util: propagate errors where it makes sense, don't make up EINVALLennart Poettering2017-11-171-52/+27
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* core: add a new unit file setting CollectMode= for tweaking the GC logicLennart Poettering2017-11-161-1/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-1/+26
* core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering2017-11-131-1/+46
* core: allow to specify errno number in SystemCallErrorNumber=Yu Watanabe2017-11-111-2/+2
* systemctl: remove extra space character in output (#7250)Alan Jenkins2017-11-071-1/+1
* fix compile error on muslMatija Skala2017-10-301-2/+2
* core: fix D-Bus APIYu Watanabe2017-10-241-34/+45
* systemctl: supress enable/disable messages when -q is given (#7067)John Lin2017-10-111-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* core: fix StateDirectory= (and friends) safety checks when decoding transient...Lennart Poettering2017-10-021-1/+2
* core: support IP firewalling to be configured for transient unitsLennart Poettering2017-09-221-7/+126
* core: add new per-unit setting KeyringMode= for controlling kernel keyring setupLennart Poettering2017-09-151-1/+2
* core: add new UnsetEnvironment= setting for unit filesLennart Poettering2017-09-141-1/+6
* bus-unit-util: use STR_IN_SET() where appropriateLennart Poettering2017-08-311-2/+2
* bus-unit-util: don't request result property from non-service unitsLennart Poettering2017-08-311-2/+5
* core: open up LockPersonality= for transient unitsLennart Poettering2017-08-291-1/+1
* core: add missing properties in D-Bus APIYu Watanabe2017-08-071-5/+267
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-2/+2
* core: allow preserving contents of RuntimeDirectory= over process restartYu Watanabe2017-07-171-1/+10
* Merge pull request #6200 from poettering/ioprio-transientZbigniew Jędrzejewski-Szmek2017-06-271-0/+18
|\
| * core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...Lennart Poettering2017-06-261-0/+18
* | core: make NotifyAccess= and FileDescriptorStoreMax= available to transient s...Lennart Poettering2017-06-261-1/+11
|/
* Use "dollar-single-quotes" to escape shell-sensitive stringsZbigniew Jędrzejewski-Szmek2017-06-201-1/+1
* systemctl: show extra args if defined (#5379)Adrián López2017-02-171-1/+1
* shared: pass *unsigned_long to namespace_flag_from_string_many (#5315)Evgeny Vereshchagin2017-02-121-2/+2
* shared: convert unsigned long to uint64_t explicitly (#5314)Evgeny Vereshchagin2017-02-121-1/+1
* core: add RootImage= setting for using a specific image file as root director...Lennart Poettering2017-02-071-1/+1
* core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...Lennart Poettering2017-02-071-1/+3
* core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...Lennart Poettering2017-02-071-1/+1
* Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek2016-12-171-9/+3
* core: make "Restart" service property accessible via the transient APILennart Poettering2016-12-141-1/+1
* core: add ability to define arbitrary bind mounts for servicesLennart Poettering2016-12-141-0/+70
* core: hook up MountFlags= to the transient unit logicLennart Poettering2016-12-131-1/+16
* bus-util: add protocol error type explanationJouke Witteveen2016-11-291-0/+1
* system-run: add support for configuring unit dependencies with --property=Lennart Poettering2016-11-161-1/+4
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-1/+3
* tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek2016-11-111-9/+3
* core: add new RestrictNamespaces= unit file settingLennart Poettering2016-11-041-0/+25
* core:sandbox: Add ProtectKernelModules= optionDjalal Harouni2016-10-121-1/+2
* Allow block and char classes in DeviceAllow bus properties (#4353)Zbigniew Jędrzejewski-Szmek2016-10-121-1/+1
* core: add two new service settings ProtectKernelTunables= and ProtectControlG...Lennart Poettering2016-09-251-1/+1
* Merge pull request #3909 from poettering/mount-toolEvgeny Vereshchagin2016-08-191-0/+15
|\
| * bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering2016-08-181-0/+15
* | core: add RemoveIPC= settingLennart Poettering2016-08-191-1/+1
|/