release: 0.2.11
All checks were successful
Build / Create distribution (push) Successful in 3m51s
Release / Create release (push) Successful in 4m12s
Test / Run NixOS test (push) Successful in 6m17s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-01-23 20:49:49 +09:00
parent 96d5d8a396
commit 7106b00968
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 118 additions and 8 deletions

View File

@ -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 fortifys 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

View File

@ -16,7 +16,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.10";
version = "0.2.11";
src = builtins.path {
name = "fortify-src";