summaryrefslogtreecommitdiff
path: root/src/core/dbus-execute.c
AgeCommit message (Expand)Author
2016-10-17core/exec: add a named-descriptor option ("fd") for streams (#4179)Luca Bruno
2016-10-12core:sandbox: Add ProtectKernelModules= optionDjalal Harouni
2016-09-25core: add two new service settings ProtectKernelTunables= and ProtectControlG...Lennart Poettering
2016-08-19core: add RemoveIPC= settingLennart Poettering
2016-08-06Merge pull request #3884 from poettering/private-usersZbigniew Jędrzejewski-Szmek
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-03core: add new PrivateUsers= option to service executionLennart Poettering
2016-07-22core: enforce user/group name validity also when creating transient unitsLennart Poettering
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-20core: hide legacy bus propertiesLennart Poettering
2016-07-19doc,core: Read{Write,Only}Paths= and InaccessiblePaths=Alessandro Puccetti
2016-07-19namespace: unify limit behavior on non-directory pathsAlessandro Puccetti
2016-06-23execute: add a new easy-to-use RestrictRealtime= option to unitsLennart Poettering
2016-06-03core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen
2016-05-28tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek
2016-05-27core: fix missing newline when writing drop-in for WorkingDirectory (#3337)Tejun Heo
2016-05-20Revert "core/dbus: further simplify branch code" (#3307)Lennart Poettering
2016-05-20core/dbus: revert oversimplification (#3309)Jonathan Boulle
2016-05-20core/dbus: expose SELinuxContext property (#3284)Jonathan Boulle
2016-05-18core/dbus: further simplify branch code (#3283)Jonathan Boulle
2016-05-17core/dbus: use free_and_strdup to simplify code (#3279)Jonathan Boulle
2016-04-12core: minor coding style fixLennart Poettering
2016-02-13core: drop Capabilities= settingLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2016-01-18core/dbus-execute: do not needlessly compare strings againZbigniew Jędrzejewski-Szmek
2016-01-13tree-wide: check if errno is greater than zero (2)Zbigniew Jędrzejewski-Szmek
2016-01-12capabilities: added support for ambient capabilities.Ismo Puustinen
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2015-11-30core: expose soft limits on the busEvgeny Vereshchagin
2015-11-11execute: Add new PassEnvironment= directiveFilipe Brandenburger
2015-11-02Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-27run: can launch units with RuntimeDirectoryEvgeny Vereshchagin
2015-10-26run: can launch units with ProtectHomeEvgeny Vereshchagin
2015-10-25Merge pull request #1654 from poettering/util-libTom Gundersen
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24run: can launch units with ProtectSystemEvgeny Vereshchagin
2015-10-22core: check parsed bus msg in full before applying itLennart Poettering
2015-10-21Merge pull request #1623 from evverx/run-rw-ro-ia-dirsLennart Poettering
2015-10-20run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces...Evgeny Vereshchagin
2015-10-20dbus-execute: remove unused variableThomas Hindoe Paaboel Andersen
2015-10-20Merge pull request #1616 from evverx/run-fix-environment-parsingLennart Poettering
2015-10-20run: fix Environment parsingEvgeny Vereshchagin