release: 0.2.11
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
96d5d8a396
commit
7106b00968
124
options.md
124
options.md
@ -36,7 +36,7 @@ package
|
|||||||
|
|
||||||
|
|
||||||
*Default:*
|
*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
|
## 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
|
## environment\.fortify\.stateDir
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fortify";
|
pname = "fortify";
|
||||||
version = "0.2.10";
|
version = "0.2.11";
|
||||||
|
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
name = "fortify-src";
|
name = "fortify-src";
|
||||||
|
Loading…
Reference in New Issue
Block a user