Re: [systemd-devel] [PATCH] shared: add statx(2) to @file-system syscall filter list

2017-09-02 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git _

[systemd-devel] [PATCH] shared: add statx(2) to @file-system syscall filter list

2017-09-02 Thread Cristian Rodríguez
--- src/shared/seccomp-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 29eb2b17d..0857f5907 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -403,6 +403,7 @@ const SyscallFilterSet syscall_filter_sets[

Re: [systemd-devel] Reliable way to finish system units before termination through systemd shutdown / reboot routines

2017-09-02 Thread Reindl Harald
Am 02.09.2017 um 17:11 schrieb Andrei Borzenkov: 15.08.2017 17:25, Reiner Wenke пишет: Hello, I have running some virtualbox instances under systemd control and use vboxautostart-service for starting and stopping (saving). This is running on Centos7 As long as I use systemctl stop vboxautost

Re: [systemd-devel] Reliable way to finish system units before termination through systemd shutdown / reboot routines

2017-09-02 Thread Andrei Borzenkov
15.08.2017 17:25, Reiner Wenke пишет: > Hello, > > I have running some virtualbox instances under systemd control and use > vboxautostart-service > for starting and stopping (saving). This is running on Centos7 > As long as I use systemctl stop vboxautostart-service for termination, > everything