btrfs-progs: fix scrub sandboxing
This commit is contained in:
@@ -449,6 +449,8 @@ in
|
|||||||
btrfs-progs.sandbox.extraPaths = [
|
btrfs-progs.sandbox.extraPaths = [
|
||||||
"/dev/btrfs-control"
|
"/dev/btrfs-control"
|
||||||
];
|
];
|
||||||
|
btrfs-progs.sandbox.tryKeepUsers = true;
|
||||||
|
btrfs-progs.sandbox.capabilities = [ "sys_admin" ]; # for `btrfs scrub`
|
||||||
|
|
||||||
"cacert.unbundled".sandbox.enable = false; #< data only
|
"cacert.unbundled".sandbox.enable = false; #< data only
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user