data: add missing seccomp profile

This commit is contained in:
Simon Fels 2018-06-12 11:35:06 +02:00
commit 1d4bfc44c3

7
data/seccomp/anbox.sc Normal file
View file

@ -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