seccomp: support Deny -> Permit -> Default Deny #14
載入中…
x
新增問題並參考
Block a user
No description provided.
刪除分支「%!s()」
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We may want to
deny system calls, withouting kill the process
explicitly permit some system calls
deny all others.
Currentlly, this is not possible.
Implemented