summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-execute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* | core: use offsetof() for Syslog{Level,Facility} dbus propertiesYu Watanabe2018-05-101-8/+8
* | core: drop property_get_syscall_errno()Yu Watanabe2018-05-101-19/+1
* | core: drop property_get_{capability_bounding_set,ambient_capabilities}()Yu Watanabe2018-05-101-38/+2
* | core: use BUS_DEFINE_PROPERTY_GET_ENUM() macroYu Watanabe2018-05-101-19/+2
* | core: drop 'bus_' prefix from bus_property_get_protect_{home,system}()Yu Watanabe2018-05-101-6/+4
* | core: simplify property_get_cpu_affinity()Yu Watanabe2018-05-101-4/+1
* | tree-wide: use strv_free_and_replace() macroYu Watanabe2018-05-091-6/+2
|/
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-5/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: don't include libmount.h in a header file (#8580)Michael Olbrich2018-03-261-0/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-6/+3
* seccomp: rework functions for parsing system call filtersLennart Poettering2018-02-271-2/+2
* tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-02-261-1/+1
* core: add DBus API for TemporaryFileSystem=Yu Watanabe2018-02-211-0/+82
* core: simplify DBus API for BindPaths=Yu Watanabe2018-02-211-13/+5
* core: fix DBus API for AppArmorProfile= and SmackProcessLabel=Yu Watanabe2018-02-211-5/+1
* dbus-execute: define bus_set_transient_errno() only if HAVE_SECCOMP (#7869)0xAX2018-01-131-0/+2
* dbus-execute: simplify bus_exec_context_set_transient_property()Yu Watanabe2018-01-011-589/+207
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-011-1/+1
* dbus-execute: use empty_to_null() where it can be applicableYu Watanabe2017-12-231-52/+34
* core: implement transient socket unitYu Watanabe2017-12-231-0/+115
* core,seccomp: fix logic to parse RestrictAddressFamilies= in dbus-execute.cYu Watanabe2017-12-231-12/+20
* core,seccomp: fix logic to parse syscall filter in dbus-execute.cYu Watanabe2017-12-231-40/+23
* core: move path_kill_slashes() to managerYu Watanabe2017-12-191-1/+3
* core: fix wrong validity checkYu Watanabe2017-12-191-1/+1