Add landlock rulesets

This commit is contained in:
2025-12-01 11:15:29 +09:00
parent 2472936857
commit 152c3ddbcc
7 changed files with 136 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ pub mod command;
mod common;
pub mod config;
pub mod input_sanitization;
// pub mod server_loop;
pub mod landlock;
pub mod session_handler;
pub mod sql;
pub mod supervisor;