From 4adf94d27db77c539cdd4481961449a4b149776b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Feb 2025 23:03:13 +0900 Subject: [PATCH] release: 0.2.14 Signed-off-by: Ophestra --- options.md | 26 +++++++++++++++++++++++++- package.nix | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/options.md b/options.md index 2b1efa7..8591ad7 100644 --- a/options.md +++ b/options.md @@ -36,7 +36,7 @@ package *Default:* -` ` +` ` @@ -425,6 +425,30 @@ null or string +## environment\.fortify\.apps\.\*\.insecureWayland + + + +Whether to enable direct access to the Wayland socket\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + + ## environment\.fortify\.apps\.\*\.mapRealUid diff --git a/package.nix b/package.nix index 7860a1c..b18475c 100644 --- a/package.nix +++ b/package.nix @@ -16,7 +16,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.2.13"; + version = "0.2.14"; src = builtins.path { name = "fortify-src";