Struct seccomp_droundy::Context [] [src]

pub struct Context { /* fields omitted */ }

Seccomp context

Methods

impl Context
[src]

[src]

Creates new context with default action

[src]

Adds rule to the context

[src]

Adds an arch to the rule.

[src]

Loads the filter into the kernel. Rules will be applied when this function returns.

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Context
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context