summaryrefslogtreecommitdiff
path: root/src/core/dbus-execute.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-4/+4
* Merge pull request #13385 from yuwata/core-remove-private-directories-13355Zbigniew Jędrzejewski-Szmek2019-08-311-0/+1
|\
| * core: move timeout_clean_usec from Service to ExecContextYu Watanabe2019-08-281-0/+1
* | Merge pull request #13244 from keszybz/allow-dots-in-usernamesYu Watanabe2019-08-291-6/+6
|\ \ | |/ |/|
| * shared/user-util: allow usernames with dots in specific fieldsZbigniew Jędrzejewski-Szmek2019-08-191-3/+3
| * core: remove one {}Zbigniew Jędrzejewski-Szmek2019-08-191-3/+3
* | pid1: replace asprintf() with strjoin()Zbigniew Jędrzejewski-Szmek2019-08-031-10/+5
|/
* core: introduce NUMAPolicy and NUMAMask optionsMichal Sekletar2019-06-241-3/+62
* tree-wide: use _cleanup_ attribute and strv_consume() + TAKE_PTR()Yu Watanabe2019-06-241-6/+3
* Merge pull request #11778 from anitazha/rfe_11654_dbusChris Down2019-06-051-11/+102
|\
| * core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-11/+102
* | dbus-execute: make transfer of CPUAffinity endian safe (#12711)Michal Sekletar2019-05-311-1/+4
|/
* shared/cpu-set-util: make transfer of cpu_set_t over bus endian safeMichal Sekletar2019-05-291-1/+5
* Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek2019-05-291-25/+10
* shared/cpu-set-util: move the part to print cpu-set into a separate functionZbigniew Jędrzejewski-Szmek2019-05-211-24/+5
* core/dbus-execute: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-7/+2
* pid1: pass unit name to seccomp parser when we have no file locationZbigniew Jędrzejewski-Szmek2019-04-031-2/+6
* core: use a temporary variable for calculation of seccomp flagsZbigniew Jędrzejewski-Szmek2019-04-031-5/+10
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-021-0/+4
* dbus-execute: don't needlessly override error codeLennart Poettering2019-03-221-1/+1
* dbus-execute: lets use exec_directory_type_from_string() to simplify thingsLennart Poettering2019-03-221-10/+5
* core: add new setting NetworkNamespacePath= for configuring a netns by path f...Lennart Poettering2019-03-071-0/+4
* core: ProtectHostname= featureTopi Miettinen2019-02-201-0/+4
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
* util: make *_from_name() returns negative errno on errorYu Watanabe2018-11-281-2/+2
* dbus-execute: generate the correct transient unit settingLennart Poettering2018-11-271-2/+2
* dbus-execute: fix indentationLennart Poettering2018-11-271-3/+3
* core: drop references to 'StandardOutputFileToCreate'Lennart Poettering2018-11-271-2/+2
* core: implement per unit journal rate limitingAnita Zhang2018-10-181-0/+8
* core/dbus-execute: fix parsing CPUScheduling* and Nice for transient servicesYu Watanabe2018-10-051-12/+66
* Add support for opening files for appendingZsolt Dollenstein2018-07-201-8/+22
* namespace: drop protect_{home,system}_or_bool_from_string()Yu Watanabe2018-06-151-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* core: add new PrivateMounts= unit settingLennart Poettering2018-06-121-0/+4
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-2/+2
* namespace: rename parse_protect_{home,system}_or_bool() to protect_{home,syst...Yu Watanabe2018-05-311-2/+2
* Merge pull request #8817 from yuwata/cleanup-nsflagsLennart Poettering2018-05-241-1/+1
|\
| * nsflsgs: drop namespace_flag_{from,to}_string()Yu Watanabe2018-05-051-1/+1
| * nsflags: drop namespace_flag_to_string_many_with_check()Yu Watanabe2018-05-051-1/+1
* | Merge pull request #8985 from yuwata/bus-macro-3Lennart Poettering2018-05-181-51/+3
|\ \
| * | core: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-51/+3
* | | Merge pull request #9026 from yuwata/followup-9021Lennart Poettering2018-05-181-2/+8
|\ \ \
| * | | core: refuse StateDirectory=privateYu Watanabe2018-05-181-2/+8
| |/ /
* | | rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering2018-05-171-55/+59
|/ /
* | dbus-execute: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-54/+3
* | core: send NULL instead of empty stringYu Watanabe2018-05-111-1/+1