summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2014-03-06util: add timeout to generator executionLennart Poettering2-2/+2
2014-03-05core: don't override NoNewPriviliges= from SystemCallFilter= if it is already...Lennart Poettering4-2/+39
2014-03-05core: make the LimitXYZ= properties settable for transient service unitsLennart Poettering1-0/+38
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering6-7/+8
2014-03-05core: when passing resource limit values to client, map RLIM_INFINITY into po...Lennart Poettering1-3/+8
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek1-9/+4
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek3-11/+6
2014-03-03core: fix assert when trying to serialize non-initialized bus peer tracker ob...Lennart Poettering1-1/+0
2014-03-03core: add missing show-status.[ch]Lennart Poettering2-0/+76
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering4-5/+65
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering2-0/+80
2014-03-03core: move ShowStatus type into the coreLennart Poettering2-10/+42
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2-4/+4
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering12-1/+135
2014-03-03execute: no need to include seccomp.h from execute.hLennart Poettering2-5/+4
2014-03-03execute: free directory path if we fail to remove it because we cannot alloca...Lennart Poettering1-2/+16
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering13-444/+197
2014-02-26mount: don't fire PropertiesChanged signals for mounts that are stoppedLennart Poettering1-3/+6
2014-02-26mount: don't send out PropertiesChanged message if actually nothing got changedLennart Poettering1-3/+12
2014-02-26mount: minor modernizationLennart Poettering1-3/+4
2014-02-26exec: imply NoNewPriviliges= only when seccomp filters are used in user modeLennart Poettering2-2/+13
2014-02-26core: add new RestrictAddressFamilies= switchLennart Poettering6-4/+269
2014-02-26seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this f...Lennart Poettering1-13/+13
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-3/+1
2014-02-25core: expose architecture as a bus property, so that we can easily query it r...Lennart Poettering1-0/+17
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering11-11/+53
2014-02-24smack: set loaded_policy in smack_setup()Łukasz Stelmach3-3/+7
2014-02-23dbus-timer: fix bus_timer_vtable to have the correct timesDjalal Harouni1-2/+2
2014-02-24cgroup: certain cgroup attributes are not available in the root cgroup, hence...Lennart Poettering1-17/+24
2014-02-24core: gc half-created stub unitsLennart Poettering1-3/+0
2014-02-24core: expose root control group on the busLennart Poettering1-0/+1
2014-02-24cgroup: parse array cgroup properties correctly when they aren't at the end o...Lennart Poettering1-1/+12
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2-10/+10
2014-02-22cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering3-8/+95
2014-02-20manager: be more precise in message about restartZbigniew Jędrzejewski-Szmek1-1/+4
2014-02-21core: Add AppArmor profile switchingMichael Scherer7-4/+108
2014-02-21selinux: Don't attempt to load policy in initramfs if it doesn't existColin Walters1-0/+7
2014-02-21hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering1-0/+3
2014-02-21core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering2-0/+4
2014-02-20condition: split out most of condition handling into libsystemd-shardTom Gundersen2-255/+1
2014-02-20condition: refactor a bitTom Gundersen1-50/+70
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering3-20/+14
2014-02-20core/unit: fix unit_add_target_dependencies() for units with no dependenciesDaniel Mack1-1/+1
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering18-43/+43
2014-02-19update TODOLennart Poettering1-1/+1
2014-02-19execute: modernizationsLennart Poettering1-12/+4
2014-02-19make gcc shut upLennart Poettering1-1/+1
2014-02-19core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering6-0/+67
2014-02-18seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering1-4/+14
2014-02-18sd-rtnl-message: store reference to the bus in the messageTom Gundersen1-3/+3