[][src]Crate sudo_plugin

description = "Macros to simplify writing sudo plugins"

TODO: explain

Re-exports

pub use sudo_plugin_sys as sys;
pub use self::plugin::*;

Modules

errors

The collection of Error types used by this library.

macros

Macros to simplify the process of correctly wiring up a sudo plugin.

plugin

Utilities for wrapping sudo plugins and the values they're configured with.

Macros

sudo_io_fn

Internal macro used by sudo_io_plugin that generates the actual callback implementations for I/O plugins.

sudo_io_plugin

Emits the boilerplate stanza for creating and initializing a custom sudo I/O plugin.