rlmctl-core 0.2.3

cgroup v2 limit management and the rlm-guard engine for rlmctl
Documentation
1
2
3
4
5
6
7
8
9
10
mod cgroup;
pub mod desktop;
pub mod exit;
pub mod guard;
pub mod logging;
pub mod process;
pub mod rules;
pub mod status;

pub use cgroup::{CgroupManager, Prepared};