Struct oci_spec::runtime::LinuxSeccomp
source · [−]pub struct LinuxSeccomp { /* private fields */ }Expand description
LinuxSeccomp represents syscall restrictions.
Implementations
The default action to be done.
The default error return code to use when the default action is SCMP_ACT_ERRNO.
Available architectures for the restriction.
The unix domain socket path over which runtime will use for SCMP_ACT_NOTIFY.
An opaque data to pass to the seccomp agent.
The syscalls for the restriction.
The default action to be done.
The default error return code to use when the default action is SCMP_ACT_ERRNO.
Available architectures for the restriction.
Flags added to the seccomp restriction.
The unix domain socket path over which runtime will use for SCMP_ACT_NOTIFY.
An opaque data to pass to the seccomp agent.
The syscalls for the restriction.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LinuxSeccomp
impl Send for LinuxSeccomp
impl Sync for LinuxSeccomp
impl Unpin for LinuxSeccomp
impl UnwindSafe for LinuxSeccomp
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.