This commit is contained in:
Masato Imai
2024-10-21 01:43:44 +00:00
parent 0774c349c2
commit 748e2a9807
4 changed files with 2 additions and 2 deletions

1
src/izolibox.rs Normal file
View File

@ -0,0 +1 @@
pub struct IzoliBox {}

View File

@ -1,3 +1,2 @@
pub mod cgroup; pub mod cgroup;
pub mod namespace; pub mod izolibox;
pub mod syscall;

View File

View File