Age | Commit message (Expand) | Author |
2017-02-15 | tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID | Zbigniew Jędrzejewski-Szmek |
2017-02-12 | core: skip ReadOnlyPaths= and other permission-related mounts on PermissionsS... | Lennart Poettering |
2017-02-09 | execute: set the right exit status for CHDIR vs. CHROOT | Lennart Poettering |
2017-02-09 | execute: use prefix_roota() where appropriate | Lennart Poettering |
2017-02-09 | execute: set working directory to /root if User= is not set, but WorkingDirec... | Lennart Poettering |
2017-02-09 | Revert "core/execute: set HOME, USER also for root users" | Lennart Poettering |
2017-02-07 | core: add RootImage= setting for using a specific image file as root director... | Lennart Poettering |
2017-02-07 | core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c... | Lennart Poettering |
2017-02-03 | core/execute: pass the username to utmp/wtmp database | Zbigniew Jędrzejewski-Szmek |
2017-02-03 | core/execute: set HOME, USER also for root users | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | core/execute.c: check asprintf return value in the usual fashion | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | core/execute: reformat exec_context_named_iofds() for legibility | Zbigniew Jędrzejewski-Szmek |
2017-01-24 | core/execute: fix strv memleak | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | Merge pull request #4991 from poettering/seccomp-fix | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | pid1: provide a more detailed error message when execution fails (#5074) | Zbigniew Jędrzejewski-Szmek |
2017-01-17 | seccomp: rework seccomp code, to improve compat with some archs | Lennart Poettering |
2016-12-13 | Merge pull request #4806 from poettering/keyring-init | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | core: add ability to define arbitrary bind mounts for services | Lennart Poettering |
2016-12-13 | core: store the invocation ID in the per-service keyring | Lennart Poettering |
2016-12-13 | core: run each system service with a fresh session keyring | Lennart Poettering |
2016-11-18 | Merge pull request #4538 from fbuihuu/confirm-spawn-fixes | Lennart Poettering |
2016-11-17 | core: in confirm spawn, suggest 'f' when user selects 'n' choice | Franck Bui |
2016-11-17 | core: confirm_spawn: always accept units with same_pgrp set for now | Franck Bui |
2016-11-17 | core: include the unit name when notifying that a confirmation question timed... | Franck Bui |
2016-11-17 | core: add 'c' in confirmation_spawn to resume the boot process | Franck Bui |
2016-11-17 | core: add 'j' in confirmation_spawn to list the jobs that are in progress | Franck Bui |
2016-11-17 | core: add 'D' in confirmat spawn to show a full dump of the unit to spawn | Franck Bui |
2016-11-17 | core: add 'i' in confirm spawn to give a short summary of the unit to spawn | Franck Bui |
2016-11-17 | core: rework the confirmation spawn prompt | Franck Bui |
2016-11-17 | core: limit the length of the confirmation question | Franck Bui |
2016-11-17 | core: in confirm_spawn, the meaning of 'n' and 's' choices are confusing | Franck Bui |
2016-11-17 | core: rework ask_for_confirmation() | Franck Bui |
2016-11-17 | core: allow to redirect confirmation messages to a different console | Franck Bui |
2016-11-15 | core: improve the logic that implies no new privileges | Djalal Harouni |
2016-11-08 | core: on DynamicUser= make sure that protecting sensitive paths is enforced (... | Djalal Harouni |
2016-11-08 | Merge pull request #4536 from poettering/seccomp-namespaces | Zbigniew Jędrzejewski-Szmek |
2016-11-07 | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek |
2016-11-04 | core: add new RestrictNamespaces= unit file setting | Lennart Poettering |
2016-11-03 | Merge pull request #4510 from keszybz/tree-wide-cleanups | Lennart Poettering |
2016-11-03 | core: intialize user aux groups and SupplementaryGroups= when DynamicUser= is... | Djalal Harouni |
2016-11-02 | Merge pull request #4483 from poettering/exec-order | Lennart Poettering |
2016-11-02 | core: initialize groups list before checking SupplementaryGroups= of a unit (... | Djalal Harouni |
2016-11-02 | execute: apply seccomp filters after changing selinux/aa/smack contexts | Lennart Poettering |
2016-10-28 | Merge pull request #4495 from topimiettinen/block-shmat-exec | Djalal Harouni |
2016-10-27 | core: make unit argument const for apply seccomp functions | Djalal Harouni |
2016-10-27 | core: lets apply working directory just after mount namespaces | Djalal Harouni |
2016-10-27 | core: get the working directory value inside apply_working_directory() | Djalal Harouni |
2016-10-27 | core: move apply working directory code into its own apply_working_directory() | Djalal Harouni |
2016-10-27 | core: move the code that setups namespaces on its own function | Djalal Harouni |
2016-10-26 | seccomp: also block shmat(..., SHM_EXEC) for MemoryDenyWriteExecute | Topi Miettinen |