Age | Commit message (Expand) | Author |
2016-12-17 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker |
2016-12-17 | disable RestrictAddressFamilies on i686 | Dave Reisner |
2016-12-17 | device: Avoid calling unit_free(NULL) in device setup logic (#4748) | Dave Reisner |
2016-11-03 | core: intialize user aux groups and SupplementaryGroups= when DynamicUser= is... | Djalal Harouni |
2016-11-02 | Revert some uses of xsprintf | Zbigniew Jędrzejewski-Szmek |
2016-11-02 | Merge pull request #4481 from poettering/perpetual | Zbigniew Jędrzejewski-Szmek |
2016-11-02 | core: make a constant table actually constant | Lennart Poettering |
2016-11-02 | core: don't hit an assert when printing status messages about units with over... | Lennart Poettering |
2016-11-02 | Merge pull request #4456 from keszybz/stored-fds | Lennart Poettering |
2016-11-02 | Merge pull request #4483 from poettering/exec-order | Lennart Poettering |
2016-11-02 | pid1: fix fd memleak when we hit FileDescriptorStoreMax limit | Zbigniew Jędrzejewski-Szmek |
2016-11-02 | core: change mount_synthesize_root() return to int | Lennart Poettering |
2016-11-02 | unit: unify some code with new unit_new_for_name() call | Lennart Poettering |
2016-11-02 | core: make the root mount perpetual too | Lennart Poettering |
2016-11-02 | core: rework the "no_gc" unit flag to become a more generic "perpetual" flag | 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-11-01 | core: when restarting services, don't close fds | Zbigniew Jędrzejewski-Szmek |
2016-10-28 | pid1: nicely log when doing operation on stored fds | Zbigniew Jędrzejewski-Szmek |
2016-10-28 | pid1: only log about added fd if it was really added | Zbigniew Jędrzejewski-Szmek |
2016-10-28 | Merge pull request #4495 from topimiettinen/block-shmat-exec | Djalal Harouni |
2016-10-28 | Merge pull request #4458 from keszybz/man-nonewprivileges | Martin Pitt |
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 |
2016-10-24 | Merge pull request #4450 from poettering/seccompfixes | Zbigniew Jędrzejewski-Szmek |
2016-10-24 | core: move initialization of -.slice and init.scope into the unit_load() call... | Lennart Poettering |
2016-10-24 | seccomp: add new helper call seccomp_load_filter_set() | Lennart Poettering |
2016-10-24 | seccomp: add new seccomp_init_conservative() helper | Lennart Poettering |
2016-10-24 | core: rework apply_protect_kernel_modules() to use seccomp_add_syscall_filter... | Lennart Poettering |
2016-10-24 | core: rework syscall filter set handling | Lennart Poettering |
2016-10-24 | core: move misplaced comment to the right place | Lennart Poettering |
2016-10-24 | core: simplify skip_seccomp_unavailable() a bit | Lennart Poettering |
2016-10-24 | Merge pull request #4459 from keszybz/commandline-parsing | Lennart Poettering |
2016-10-24 | Merge pull request #4406 from jsynacek/jsynacek-is-enabled | Lennart Poettering |
2016-10-24 | core: do not assert when sysconf(_SC_NGROUPS_MAX) fails (#4466) | Djalal Harouni |
2016-10-24 | shared, systemctl: teach is-enabled to show installation targets | Jan Synacek |
2016-10-24 | install: introduce UnitFileFlags | Jan Synacek |
2016-10-23 | core: lets move the setup of working directory before group enforce | Djalal Harouni |
2016-10-23 | core: first lookup and cache creds then apply them after namespace setup | Djalal Harouni |
2016-10-22 | core: do not set no_new_privileges flag in config_parse_syscall_filter | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | Merge pull request #4428 from lnykryn/ctrl_v2 | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | tree-wide: allow state to be passed through to parse_proc_cmdline_item | Zbigniew Jędrzejewski-Szmek |
2016-10-21 | core: use emergency_action for ctr+alt+del burst | Lukas Nykryn |
2016-10-21 | failure-action: generalize failure action to emergency action | Lukas Nykryn |
2016-10-21 | core: if the start command vanishes during runtime don't hit an assert | Lennart Poettering |