diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-23 20:49:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-23 20:49:49 +0900 |
| commit | 7106b0096863e89e1a6809d8c2bed78adf6a3ba5 (patch) | |
| tree | a51636aed72192bf4ace838bbcd2d945250fabd5 | |
| parent | 96d5d8a396de3efaef0f8c74e39840c1d8c01579 (diff) | |
release: 0.2.11
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | options.md | 124 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 118 insertions, 8 deletions
@@ -36,7 +36,7 @@ package *Default:* -` <derivation fortify-0.2.10> ` +` <derivation fortify-0.2.11> ` @@ -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 07512d61..97f9dc7e 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"; |
