Rework handling of /run and ${RUNUSER} in blacklist mode

This commit is contained in:
2026-03-25 22:48:39 +01:00
parent 0bd91ffad2
commit 82f84247f1
5 changed files with 115 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
mod agents;
mod blacklist;
pub mod blacklist;
mod errors;
mod preflight;
mod sandbox;