summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.c
AgeCommit message (Expand)Author
2017-04-25load-fragment: don't print error about incorrect syntax when IPv6 is disabled...Michal Sekletar
2017-04-24load-fragment: resolve specifiers in BindPaths/BindReadOnlyPaths (#5687)Danielle Church
2017-02-07core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...Lennart Poettering
2017-01-23load-fragment: fix comment to reflect changes made in 43eb109 (#5138)Michal Sekletar
2016-12-17Modify mount_propagation_flags_from_string to return a normal int codeZbigniew Jędrzejewski-Szmek
2016-12-14core: add ability to define arbitrary bind mounts for servicesLennart Poettering
2016-12-13core: hook up MountFlags= to the transient unit logicLennart Poettering
2016-12-11pid1: remove unnecessary counterZbigniew Jędrzejewski-Szmek
2016-12-07core: add specifier expansion to ReadOnlyPaths= and friendsLennart Poettering
2016-12-07core: add specifier expansion to RequiresMountsFor=Lennart Poettering
2016-12-07core: use unit_full_printf() at a couple of locations we used unit_name_print...Lennart Poettering
2016-12-07core: move specifier expansion out of service.c/socket.cLennart Poettering
2016-11-15core: improve the logic that implies no new privilegesDjalal Harouni
2016-11-08Merge pull request #4536 from poettering/seccomp-namespacesZbigniew Jędrzejewski-Szmek
2016-11-05core/load-fragment: modify existing environment instead of copying strv over ...Zbigniew Jędrzejewski-Szmek
2016-11-05core/load-fragment: port to extract_first_wordZbigniew Jędrzejewski-Szmek
2016-11-05tree-wide: drop unneded WHITESPACE param to extract_first_wordZbigniew Jędrzejewski-Szmek
2016-11-04core: add new RestrictNamespaces= unit file settingLennart Poettering
2016-10-28Merge pull request #4458 from keszybz/man-nonewprivilegesMartin Pitt
2016-10-24core: rework syscall filter set handlingLennart Poettering
2016-10-22core: do not set no_new_privileges flag in config_parse_syscall_filterZbigniew Jędrzejewski-Szmek
2016-10-21failure-action: generalize failure action to emergency actionLukas Nykryn
2016-10-17core/exec: add a named-descriptor option ("fd") for streams (#4179)Luca Bruno
2016-10-16tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek
2016-10-12Allow block and char classes in DeviceAllow bus properties (#4353)Zbigniew Jędrzejewski-Szmek
2016-08-31core: introduce MemorySwapMax= (#3659)Lennart Poettering
2016-08-30core: introduce MemorySwapMax=WaLyong Cho
2016-08-26load-fragment: Resolve specifiers in OnCalendar and On*SecDouglas Christman
2016-08-18logind: update empty and "infinity" handling for [User]TasksMax (#3835)Tejun Heo
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-04util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael
2016-07-25Merge pull request #3728 from poettering/dynamic-usersZbigniew Jędrzejewski-Szmek
2016-07-25core: change ExecStart=! syntax to ExecStart=+ (#3797)Lennart Poettering
2016-07-22core: be stricter when parsing User=/Group= fieldsLennart Poettering
2016-07-22core: check for overflow when handling scaled MemoryLimit= settingsLennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-12seccomp: only abort on syscall name resolution failures (#3701)Luca Bruno
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-16Merge pull request #3481 from poettering/relative-memcgLennart Poettering
2016-06-15load-fragment: ignore ENOTDIR/EACCES errors (#3510)Zbigniew Jędrzejewski-Szmek
2016-06-14util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering
2016-06-14core: optionally, accept a percentage value for MemoryLimit= and related sett...Lennart Poettering
2016-06-14util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering
2016-06-10core/execute: add the magic character '!' to allow privileged execution (#3493)Alessandro Puccetti
2016-06-09load-fragment: don't try to do a template instance replacement if we are not ...Lennart Poettering
2016-06-03core: always use "infinity" for no upper limit instead of "max" (#3417)Tejun Heo
2016-06-01core: add pre-defined syscall groups to SystemCallFilter= (#3053) (#3157)Topi Miettinen
2016-05-27core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo
2016-05-18core: update CGroupBlockIODeviceBandwidth to record both rbps and wbpsTejun Heo