From 6cf1bc5a288651a7e6132a31042bf8906ace3965 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 20 Feb 2024 23:32:28 +0000 Subject: [PATCH] programs: grep: sandbox --- hosts/common/programs/assorted.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index f0c99b62..edec4e0e 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -391,6 +391,11 @@ in gdb.sandbox.wrapperType = "wrappedDerivation"; gdb.sandbox.autodetectCliPaths = true; + gnugrep.sandbox.method = "bwrap"; + gnugrep.sandbox.wrapperType = "wrappedDerivation"; + gnugrep.sandbox.autodetectCliPaths = true; + gnugrep.sandbox.whitelistPwd = true; + gptfdisk.sandbox.method = "landlock"; gptfdisk.sandbox.wrapperType = "wrappedDerivation"; gptfdisk.sandbox.extraPaths = [