seccomp: support Deny -> Permit -> Default Deny #14
بارگذاری…
x
مرجع در شماره جدید
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