From 95668ac998b2212478df5a6114089fdf7e579f71 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Thu, 28 Nov 2024 00:19:06 +0900 Subject: nix: expose no_new_session in module Useful for shells and terminal programs like chat clients. Signed-off-by: Ophestra Umiker --- options.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'options.nix') 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; -- cgit v1.3.1