Add mask option to hide paths/files from sandbox
This commit is contained in:
@@ -25,6 +25,7 @@ pub struct SandboxConfig {
|
||||
pub no_net: bool,
|
||||
pub extra_rw: Vec<PathBuf>,
|
||||
pub extra_ro: Vec<PathBuf>,
|
||||
pub mask: Vec<PathBuf>,
|
||||
pub command: PathBuf,
|
||||
pub command_args: Vec<OsString>,
|
||||
pub chdir: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user