summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.c
Commit message (Expand)AuthorAgeFilesLines
* kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering2014-06-051-32/+13
* core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering2014-06-041-7/+50
* socket: add new Symlinks= option for socket unitsLennart Poettering2014-06-041-6/+63
* core: add new ReadOnlySystem= and ProtectedHome= settings for service unitsLennart Poettering2014-06-031-0/+43
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-221-18/+10
* cgroup: rework startup logicLennart Poettering2014-05-221-103/+11
* core: add startup resource control optionWaLyong Cho2014-05-221-0/+83
* fix spelling of privilegeNis Martensen2014-05-191-1/+1
* load-fragment: minor cleanupLennart Poettering2014-05-061-2/+1
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-251-0/+48
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-241-2/+2
* core: remove tcpwrap supportLennart Poettering2014-03-241-2/+2
* timer: support timers that can resume the system from suspendLennart Poettering2014-03-241-6/+0
* unit: turn off mount propagation for udevdLennart Poettering2014-03-201-6/+4
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* busname: add parser for bus name policiesDaniel Mack2014-03-071-0/+85
* core: don't override NoNewPriviliges= from SystemCallFilter= if it is already...Lennart Poettering2014-03-051-1/+36
* Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek2014-03-041-9/+4
* conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2014-03-031-1/+60
* core: move config_parse_set_status() into load-fragment.cLennart Poettering2014-03-031-0/+79
* conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2014-03-031-2/+2
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-031-0/+50
* core: add new RestrictAddressFamilies= switchLennart Poettering2014-02-261-0/+78
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-7/+7
* cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering2014-02-221-5/+5
* core: Add AppArmor profile switchingMichael Scherer2014-02-211-2/+51
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-191-0/+30
* core: warn when unit files with unsupported options are parsedLennart Poettering2014-02-171-2/+8
* core: store and expose SELinuxContext field normalized as bool + stringLennart Poettering2014-02-171-0/+49
* core: add a system-wide SystemCallArchitectures= settingLennart Poettering2014-02-131-5/+5
* core: add SystemCallArchitectures= unit setting to allow disabling of non-nativeLennart Poettering2014-02-131-0/+55
* core: rework syscall filterLennart Poettering2014-02-121-74/+108
* syscallfilter: port to libseccompRonny Chevalier2014-02-121-34/+62
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-1/+1
* bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering2013-12-141-8/+5
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-1/+1
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-0/+45
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-3/+5
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-0/+31
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-251-5/+50
* socket: fix segfaultLennart Poettering2013-11-211-0/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-12/+7
* core: some more _cleanup_free_Zbigniew Jędrzejewski-Szmek2013-11-151-35/+18
* clients: various simplificationsLennart Poettering2013-11-061-2/+1
* mount/service: drop FsckPassNo supportTom Gundersen2013-10-191-30/+0
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-11/+11
* Make sure that we don't dereference NULLZbigniew Jędrzejewski-Szmek2013-10-131-1/+2
* Do not use unitialized variable and remove duplicated lineZbigniew Jędrzejewski-Szmek2013-09-271-2/+2
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-16/+31
* cgroup: get rid of MemorySoftLimit=Lennart Poettering2013-09-171-5/+2