diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 5f0d67f9..adf19f4a 100644 --- a/options.nix +++ b/options.nix @@ -133,6 +133,7 @@ in userns = mkEnableOption "userns within the sandbox"; mapRealUid = mkEnableOption "mapping to fortify's real UID within the sandbox"; dev = mkEnableOption "access to all devices within the sandbox"; + tty = mkEnableOption "allow access to the controlling terminal"; net = mkEnableOption "network access within the sandbox" // { default = true; |
