Expand description
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.