Merge pull request #760 from morphis/add-missing-seccomp-profile

data: add missing seccomp profile
This commit is contained in:
Simon Fels 2018-06-12 11:45:27 +02:00 committed by GitHub
commit 69e75c90e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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