mirror of
https://github.com/mii443/breakout-checker.git
synced 2025-08-22 15:15:26 +00:00
wip
This commit is contained in:
3
src/attacks/cgroup.rs
Normal file
3
src/attacks/cgroup.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pub fn cgroup_breakout(host_root: &str) -> Result<bool, Box<dyn std::error::Error> {
|
||||||
|
Ok(true)
|
||||||
|
}
|
@ -1 +1,2 @@
|
|||||||
|
pub mod cgroup;
|
||||||
pub mod procfs;
|
pub mod procfs;
|
||||||
|
Reference in New Issue
Block a user