From 7106b0096863e89e1a6809d8c2bed78adf6a3ba5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 23 Jan 2025 20:49:49 +0900 Subject: [PATCH] release: 0.2.11 Signed-off-by: Ophestra --- options.md | 124 +++++++++++++++++++++++++++++++++++++++++++++++++--- package.nix | 2 +- 2 files changed, 118 insertions(+), 8 deletions(-) diff --git a/options.md b/options.md index 1605684..b55f823 100644 --- a/options.md +++ b/options.md @@ -36,7 +36,7 @@ package *Default:* -` ` +` ` @@ -77,6 +77,30 @@ list of package +## environment\.fortify\.apps\.\*\.bluetooth + + + +Whether to enable AF_BLUETOOTH socket operations\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + ## environment\.fortify\.apps\.\*\.capability\.dbus @@ -218,7 +242,31 @@ null or anything -Whether to enable access to all devices within the sandbox\. +Whether to enable access to all devices\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + +## environment\.fortify\.apps\.\*\.devel + + + +Whether to enable development kernel APIs\. @@ -357,7 +405,31 @@ null or string -Whether to enable mapping to fortify’s real UID within the sandbox\. +Whether to enable mapping to priv-user uid\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + +## environment\.fortify\.apps\.\*\.multiarch + + + +Whether to enable multiarch kernel support\. @@ -395,7 +467,7 @@ string -Whether to enable network access within the sandbox\. +Whether to enable network access\. @@ -419,7 +491,7 @@ boolean -Whether to enable nix daemon access within the sandbox\. +Whether to enable nix daemon\. @@ -482,7 +554,7 @@ null or package -Whether to enable allow access to the controlling terminal\. +Whether to enable access to the controlling terminal\. @@ -506,7 +578,7 @@ boolean -Whether to enable userns within the sandbox\. +Whether to enable user namespace\. @@ -526,6 +598,44 @@ boolean +## environment\.fortify\.apps\.\*\.verbose + + + +Whether to enable launchers with verbose output\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + +## environment\.fortify\.home-manager + + + +Target user shared home-manager configuration\. + + + +*Type:* +function that evaluates to a(n) function that evaluates to a(n) attribute set of anything + + + + ## environment\.fortify\.stateDir diff --git a/package.nix b/package.nix index 07512d6..97f9dc7 100644 --- a/package.nix +++ b/package.nix @@ -16,7 +16,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.2.10"; + version = "0.2.11"; src = builtins.path { name = "fortify-src";