]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/load-fragment.c
core: do not set no_new_privileges flag in config_parse_syscall_filter
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Oct 2016 03:28:46 +0000 (23:28 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Oct 2016 03:42:34 +0000 (23:42 -0400)
commit9b232d3241fcfbf60affab69fa51213e36133db5
tree85c6f6baccb170f3ab5109968a21a0b588271135
parent863a5610c7336829d76252375dbe361fd6813a7c
core: do not set no_new_privileges flag in config_parse_syscall_filter

If SyscallFilter was set, and subsequently cleared, the no_new_privileges flag
was not reset properly. We don't need to set this flag here, it will be
set automatically in unit_patch_contexts() if syscall_filter is set.
src/core/load-fragment.c