Age | Commit message (Expand) | Author |
2016-09-25 | core: add two new service settings ProtectKernelTunables= and ProtectControlG... | Lennart Poettering |
2016-08-19 | core: add RemoveIPC= setting | Lennart Poettering |
2016-08-06 | Merge pull request #3884 from poettering/private-users | Zbigniew Jędrzejewski-Szmek |
2016-08-04 | core: only set the watchdog variables in ExecStart= lines | Lennart Poettering |
2016-08-04 | core: set $SERVICE_RESULT, $EXIT_CODE and $EXIT_STATUS in ExecStop=/ExecStopP... | Lennart Poettering |
2016-08-04 | core: move masking of chroot/permission masking into service_spawn() | Lennart Poettering |
2016-08-04 | core: turn various execution flags into a proper flags parameter | Lennart Poettering |
2016-08-03 | core: add new PrivateUsers= option to service execution | Lennart Poettering |
2016-07-22 | core: add a concept of "dynamic" user ids, that are allocated as long as a se... | Lennart Poettering |
2016-07-20 | core: normalize header inclusion in execute.h a bit | Lennart Poettering |
2016-07-19 | doc,core: Read{Write,Only}Paths= and InaccessiblePaths= | Alessandro Puccetti |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-06-23 | execute: add a new easy-to-use RestrictRealtime= option to units | Lennart Poettering |
2016-06-10 | core/execute: add the magic character '!' to allow privileged execution (#3493) | Alessandro Puccetti |
2016-06-03 | core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379) | Topi Miettinen |
2016-02-13 | core: drop Capabilities= setting | Lennart Poettering |
2016-02-11 | Remove kdbus custom endpoint support | Daniel Mack |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-01-28 | core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr... | Lennart Poettering |
2016-01-12 | capabilities: added support for ambient capabilities. | Ismo Puustinen |
2016-01-12 | capabilities: keep bounding set in non-inverted format. | Ismo Puustinen |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-09-29 | core: allow setting WorkingDirectory= to the special value ~ | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-08-25 | execute: make the invalid entry of the enum -1 | Thomas Hindoe Paaboel Andersen |
2015-08-24 | core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entries | Lennart Poettering |
2015-05-13 | Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. | Dimitri John Ledkov |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-12 | Add missing includes in header files | Thomas Hindoe Paaboel Andersen |
2015-02-12 | core: don't fail to run services in --user instances if $HOME is missing | Lennart Poettering |
2014-12-18 | core: make exec_command_free_list return NULL | Zbigniew Jędrzejewski-Szmek |
2014-11-24 | smack: introduce new SmackProcessLabel option | WaLyong Cho |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-10-17 | environment: append unit_id to error messages regarding EnvironmentFile | Lukas Nykryn |
2014-09-29 | swap: introduce Discard property | Jan Synacek |
2014-09-19 | socket: introduce SELinuxContextFromNet option | Michal Sekletar |
2014-09-08 | service: hook up custom endpoint logic | Daniel Mack |
2014-09-08 | bus: add kdbus endpoint types | Daniel Mack |
2014-09-05 | exec: factor out most function arguments of exec_spawn() to ExecParameters | Daniel Mack |
2014-08-19 | Revert "socket: introduce SELinuxLabelViaNet option" | Lennart Poettering |
2014-08-19 | socket: introduce SELinuxLabelViaNet option | Michal Sekletar |
2014-06-04 | core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also... | Lennart Poettering |
2014-06-03 | core: add new ReadOnlySystem= and ProtectedHome= settings for service units | Lennart Poettering |
2014-03-24 | core: remove tcpwrap support | Lennart Poettering |
2014-03-05 | core: don't override NoNewPriviliges= from SystemCallFilter= if it is already... | Lennart Poettering |
2014-03-05 | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering |