sane-shutdown,sane-reboot: sandbox with bunpen
This commit is contained in:
@@ -138,7 +138,7 @@ in
|
|||||||
"sane-scripts.rcp".suggestedPrograms = [ "rsync" ];
|
"sane-scripts.rcp".suggestedPrograms = [ "rsync" ];
|
||||||
|
|
||||||
"sane-scripts.reboot".sandbox = {
|
"sane-scripts.reboot".sandbox = {
|
||||||
method = "bwrap";
|
method = "bunpen";
|
||||||
whitelistDbus = [
|
whitelistDbus = [
|
||||||
"system"
|
"system"
|
||||||
];
|
];
|
||||||
@@ -171,7 +171,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
"sane-scripts.shutdown".sandbox = {
|
"sane-scripts.shutdown".sandbox = {
|
||||||
method = "bwrap";
|
method = "bunpen";
|
||||||
whitelistDbus = [
|
whitelistDbus = [
|
||||||
"system"
|
"system"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user