objdump: sandbox with bunpen

This commit is contained in:
2024-09-03 19:13:41 +00:00
parent 783a0ae29f
commit 2debd88019

View File

@@ -4,7 +4,7 @@
# binutils-unwrapped is like 80 MiB, just for this one binary;
# dynamic linking means copying the binary doesn't reduce the closure much at all compared to just symlinking it.
packageUnwrapped = pkgs.linkBinIntoOwnPackage pkgs.binutils-unwrapped "objdump";
sandbox.method = "bwrap";
sandbox.method = "bunpen";
sandbox.autodetectCliPaths = "existingFile";
};
}