Struct seccomp_droundy::Rule [] [src]

pub struct Rule { /* fields omitted */ }

Seccomp rule

Methods

impl Rule
[src]

[src]

Create new rule for syscall_nr using comparison cmp.

[src]

Create new rule for syscall that gives an EPERM error.

[src]

Create new rule for syscall that gives triggers ptrace.

[src]

Adds comparison. Multiple comparisons will be ANDed together.

Trait Implementations

impl Debug for Rule
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Rule

impl Sync for Rule