]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: pass unit name to seccomp parser when we have no file location 12198/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Apr 2019 07:17:42 +0000 (09:17 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Apr 2019 07:17:42 +0000 (09:17 +0200)
commit58f6ab4454fbd2ac440f97ce4a230a5b57dd5392
tree44f6c22d32a956d49f321f937f84de8167ab2597
parent6bfb1daff14344b74c034238980390190d4faa69
pid1: pass unit name to seccomp parser when we have no file location

Building on previous commit, let's pass the unit name when parsing
dbus message or builtin whitelist, which is better than nothing.

seccomp_parse_syscall_filter() is not needed anymore, so it is removed,
and seccomp_parse_syscall_filter_full() is renamed to take its place.
src/core/dbus-execute.c
src/core/load-fragment.c
src/shared/seccomp-util.c
src/shared/seccomp-util.h