allow vmsplice in basic sandbox

Fixes #387
This commit is contained in:
Jan Palus 2023-11-06 22:19:19 +01:00
parent 9ab68dd1ee
commit c52142f6cf
Failed to generate hash of commit

View file

@ -109,7 +109,6 @@ seccomp_enable_basic_filter(void)
DENY_RULE(umount);
DENY_RULE(umount2);
DENY_RULE(uselib);
DENY_RULE(vmsplice);
/*
*