programs: gdisk: fix sandboxing
This commit is contained in:
@@ -418,12 +418,12 @@ in
|
|||||||
gdb.sandbox.wrapperType = "wrappedDerivation";
|
gdb.sandbox.wrapperType = "wrappedDerivation";
|
||||||
gdb.sandbox.autodetectCliPaths = true;
|
gdb.sandbox.autodetectCliPaths = true;
|
||||||
|
|
||||||
gdisk.sandbox.method = "landlock";
|
gptfdisk.sandbox.method = "landlock";
|
||||||
gdisk.sandbox.wrapperType = "wrappedDerivation";
|
gptfdisk.sandbox.wrapperType = "wrappedDerivation";
|
||||||
gdisk.sandbox.extraPaths = [
|
gptfdisk.sandbox.extraPaths = [
|
||||||
"/dev"
|
"/dev"
|
||||||
];
|
];
|
||||||
gdisk.sandbox.autodetectCliPaths = "existing"; #< sometimes you'll use gdisk on a device file.
|
gptfdisk.sandbox.autodetectCliPaths = "existing"; #< sometimes you'll use gdisk on a device file.
|
||||||
|
|
||||||
# MS GitHub stores auth token in .config
|
# MS GitHub stores auth token in .config
|
||||||
# TODO: we can populate gh's stuff statically; it even lets us use the same oauth across machines
|
# TODO: we can populate gh's stuff statically; it even lets us use the same oauth across machines
|
||||||
|
Reference in New Issue
Block a user