data: add missing seccomp profile
This commit is contained in:
parent
bc8a71384b
commit
1d4bfc44c3
1 changed files with 7 additions and 0 deletions
7
data/seccomp/anbox.sc
Normal file
7
data/seccomp/anbox.sc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue