Age | Commit message (Expand) | Author |
2016-07-20 | execute: make sure JoinsNamespaceOf= doesn't leak ns fds to executed processes | Lennart Poettering |
2016-07-20 | execute: normalize connect_logger_as() parameters slightly | 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-07-08 | execute: Do not alter call-by-ref parameter on failure | Jouke Witteveen |
2016-07-07 | execute: Cleanup the environment early | Jouke Witteveen |
2016-06-23 | execute: add a new easy-to-use RestrictRealtime= option to units | Lennart Poettering |
2016-06-23 | execute: be a little less drastic when MemoryDenyWriteExecute= hits | Lennart Poettering |
2016-06-23 | execute: set PR_SET_NO_NEW_PRIVS also in case the exec memory protection is used | Lennart Poettering |
2016-06-23 | execute: use the return value of setrlimit_closest() properly | Lennart Poettering |
2016-06-15 | core: set $JOURNAL_STREAM to the dev_t/ino_t of the journal stream of execute... | Lennart Poettering |
2016-06-15 | execute: minor coding style improvements | Lennart Poettering |
2016-06-13 | core/execute: pass env vars to PAM session setup (#3503) | Jouke Witteveen |
2016-06-10 | core/execute: add the magic character '!' to allow privileged execution (#3493) | Alessandro Puccetti |
2016-06-09 | execute: check whether the specified fd is a tty before chowning/chmoding it... | Lennart Poettering |
2016-06-03 | core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379) | Topi Miettinen |
2016-05-05 | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere | Lennart Poettering |
2016-03-21 | Merge pull request #2760 from ronnychevalier/rc/core_no_new_privileges_seccompv3 | Daniel Mack |
2016-02-28 | core: set NoNewPrivileges for seccomp if we don't have CAP_SYS_ADMIN | Ronny Chevalier |
2016-02-26 | tree-wide: indentation fixes | Thomas Hindoe Paaboel Andersen |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
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-25 | core: normalize error handling a bit, in setup_pam() | Lennart Poettering |
2016-01-20 | systemd: remove dead code | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater than zero (2) | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
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-30 | core: dump soft limits too | Evgeny Vereshchagin |
2015-11-27 | core:execute: fix fork() fail handling in exec_spawn() | lc85446 |
2015-11-27 | core: dump rlim_cur too | Evgeny Vereshchagin |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-16 | core: dump RuntimeDirectories and RuntimeDirectoryMode too | Evgeny Vereshchagin |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |