summaryrefslogtreecommitdiff
path: root/src/core/dbus-execute.c
Commit message (Expand)AuthorAgeFilesLines
* core: implement per unit journal rate limitingAnita Zhang2019-10-211-0/+8
* 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
* | core: use offsetof() for Syslog{Level,Facility} dbus propertiesYu Watanabe2018-05-111-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-101-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-021-589/+207
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-021-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
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-0/+3
* core: merge multiple CPUAffinity= settingsYu Watanabe2017-12-061-10/+30
* core/dbus-execute: actually set PassEnvironment= (#7510)Yu Watanabe2017-11-301-0/+4
* tree-wide: use strv_isempty() instead of strv_length() == 0Lennart Poettering2017-11-291-7/+7
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-170/+189
* core: drop specifier expansion when parsing transient dbus propertiesLennart Poettering2017-11-291-27/+10
* Merge pull request #7198 from poettering/stdin-stdoutLennart Poettering2017-11-191-25/+125
|\