release: 0.3.0
All checks were successful
Test / Create distribution (push) Successful in 20s
Release / Create release (push) Successful in 35s
Test / Fortify (push) Successful in 2m45s
Test / Fpkg (push) Successful in 3m27s
Test / Data race detector (push) Successful in 4m20s
Test / Flake checks (push) Successful in 1m1s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-03-26 02:18:59 +09:00
parent 371dd5b938
commit 92852d8235
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 7 additions and 89 deletions

View File

@ -21,7 +21,6 @@ boolean
## environment\.fortify\.package
@ -36,8 +35,7 @@ package
*Default:*
` <derivation fortify-static-x86_64-unknown-linux-musl-0.2.18> `
` <derivation fortify-static-x86_64-unknown-linux-musl-0.3.0> `
@ -57,7 +55,6 @@ list of (submodule)
## environment\.fortify\.apps\.\*\.packages
@ -76,31 +73,6 @@ 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
@ -119,7 +91,6 @@ boolean
## environment\.fortify\.apps\.\*\.capability\.pulse
@ -138,7 +109,6 @@ boolean
## environment\.fortify\.apps\.\*\.capability\.wayland
@ -157,7 +127,6 @@ boolean
## environment\.fortify\.apps\.\*\.capability\.x11
@ -176,7 +145,6 @@ boolean
## environment\.fortify\.apps\.\*\.command
@ -197,31 +165,6 @@ null or string
## environment\.fortify\.apps\.\*\.compat
Whether to enable disable syscall filter extensions\.
*Type:*
boolean
*Default:*
` false `
*Example:*
` true `
## environment\.fortify\.apps\.\*\.dbus\.session
@ -241,7 +184,6 @@ null or (function that evaluates to a(n) anything)
## environment\.fortify\.apps\.\*\.dbus\.system
@ -261,7 +203,6 @@ null or anything
## environment\.fortify\.apps\.\*\.dev
@ -285,12 +226,11 @@ boolean
## environment\.fortify\.apps\.\*\.devel
Whether to enable development kernel APIs\.
Whether to enable debugging-related kernel interfaces\.
@ -309,7 +249,6 @@ boolean
## environment\.fortify\.apps\.\*\.env
@ -328,7 +267,6 @@ null or (attribute set of string)
## environment\.fortify\.apps\.\*\.extraConfig
@ -347,7 +285,6 @@ anything
## environment\.fortify\.apps\.\*\.extraPaths
@ -366,7 +303,6 @@ list of anything
## environment\.fortify\.apps\.\*\.gpu
@ -386,7 +322,6 @@ null or boolean
## environment\.fortify\.apps\.\*\.groups
@ -405,7 +340,6 @@ list of string
## environment\.fortify\.apps\.\*\.id
@ -424,7 +358,6 @@ null or string
## environment\.fortify\.apps\.\*\.insecureWayland
@ -448,7 +381,6 @@ boolean
## environment\.fortify\.apps\.\*\.mapRealUid
@ -472,12 +404,11 @@ boolean
## environment\.fortify\.apps\.\*\.multiarch
Whether to enable multiarch kernel support\.
Whether to enable multiarch kernel-level support\.
@ -496,7 +427,6 @@ boolean
## environment\.fortify\.apps\.\*\.name
@ -510,7 +440,6 @@ string
## environment\.fortify\.apps\.\*\.net
@ -534,12 +463,11 @@ boolean
## environment\.fortify\.apps\.\*\.nix
Whether to enable nix daemon\.
Whether to enable nix daemon access\.
@ -558,7 +486,6 @@ boolean
## environment\.fortify\.apps\.\*\.script
@ -577,7 +504,6 @@ null or string
## environment\.fortify\.apps\.\*\.share
@ -597,7 +523,6 @@ null or package
## environment\.fortify\.apps\.\*\.tty
@ -621,12 +546,11 @@ boolean
## environment\.fortify\.apps\.\*\.userns
Whether to enable user namespace\.
Whether to enable user namespace creation\.
@ -645,7 +569,6 @@ boolean
## environment\.fortify\.apps\.\*\.verbose
@ -669,7 +592,6 @@ boolean
## environment\.fortify\.fsuPackage
@ -684,8 +606,7 @@ package
*Default:*
` <derivation fortify-fsu-0.2.18> `
` <derivation fortify-fsu-0.3.0> `
@ -702,7 +623,6 @@ function that evaluates to a(n) function that evaluates to a(n) attribute set of
## environment\.fortify\.stateDir
@ -716,7 +636,6 @@ string
## environment\.fortify\.users
@ -729,4 +648,3 @@ Users allowed to spawn fortify apps and their corresponding fortify fid\.
attribute set of integer between 0 and 99 (both inclusive)

View File

@ -31,7 +31,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.18";
version = "0.3.0";
src = builtins.path {
name = "${pname}-src";