sane-shutdown,sane-reboot: sandbox with bunpen

This commit is contained in:
2024-09-03 14:55:55 +00:00
parent 60d5dbda77
commit d474d159ac

View File

@@ -138,7 +138,7 @@ in
"sane-scripts.rcp".suggestedPrograms = [ "rsync" ];
"sane-scripts.reboot".sandbox = {
method = "bwrap";
method = "bunpen";
whitelistDbus = [
"system"
];
@@ -171,7 +171,7 @@ in
];
"sane-scripts.shutdown".sandbox = {
method = "bwrap";
method = "bunpen";
whitelistDbus = [
"system"
];