diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-20 23:39:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-20 23:39:47 +0900 |
| commit | 3df344828feaba958345050cfa56787e133d06db (patch) | |
| tree | 7008d65284b8339165cfe731a02a892a790ba16a /package.nix | |
| parent | 27f5922d5c4d4432246d6de6eb0d81d574cdc8c7 (diff) | |
proc/priv/shim: seccomp bpf filter via libseccomp
Rulesets adapted from Flatpak for compatibility.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.nix b/package.nix index 46d43f79..07512d61 100644 --- a/package.nix +++ b/package.nix @@ -6,6 +6,7 @@ bubblewrap, pkg-config, libffi, + libseccomp, acl, wayland, wayland-protocols, @@ -45,6 +46,7 @@ buildGoModule rec { buildInputs = [ libffi + libseccomp acl wayland wayland-protocols |
