From 1d4bfc44c3e95d07786815c67d4bd653d46d9b7e Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 12 Jun 2018 11:35:06 +0200 Subject: [PATCH] data: add missing seccomp profile --- data/seccomp/anbox.sc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/seccomp/anbox.sc diff --git a/data/seccomp/anbox.sc b/data/seccomp/anbox.sc new file mode 100644 index 0000000..8ddea8a --- /dev/null +++ b/data/seccomp/anbox.sc @@ -0,0 +1,7 @@ +reject_force_umount # comment this to allow umount -f; not recommended +[all] +kexec_load errno 38 +open_by_handle_at errno 38 +init_module errno 38 +finit_module errno 38 +delete_module errno 38