seccomp: support Deny -> Permit -> Default Deny #14
標籤
未選擇里程碑
No Assignees
1 參與者
訊息
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: crtxcr/exile.h#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!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