pub struct LinuxSyscallBuilder { /* private fields */ }Expand description
Builder for LinuxSyscall.
Implementations§
Source§impl LinuxSyscallBuilder
impl LinuxSyscallBuilder
Sourcepub fn action<VALUE: Into<LinuxSeccompAction>>(self, value: VALUE) -> Self
pub fn action<VALUE: Into<LinuxSeccompAction>>(self, value: VALUE) -> Self
The action to be done for the syscalls.
Sourcepub fn args<VALUE: Into<Vec<LinuxSeccompArg>>>(self, value: VALUE) -> Self
pub fn args<VALUE: Into<Vec<LinuxSeccompArg>>>(self, value: VALUE) -> Self
The arguments for the syscalls.