Export container/seccomp.NativeRule via hst
#15
Loading…
x
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?
The lookup table for syscall names is already present. A JSON adaptor is needed for the
NativeRulestruct. The seccomp overrides are already removed fromhstas part of v0.3.x.When applying the custom filter,
internal/appmust ensure it does not reduce protection to the kernel. It might be sufficient to append custom filter rules to generated (preset) rules.The underlying
seccompandstdpackage now supports this to the extent of not requiring breaking changes to the exported API. Removing this from v0.3.0 as integrating this intohstwill not break API.