sane-battery-estimate: sandbox
This commit is contained in:
@@ -5,7 +5,13 @@
|
|||||||
pname = "sane-battery-estimate";
|
pname = "sane-battery-estimate";
|
||||||
srcRoot = ./.;
|
srcRoot = ./.;
|
||||||
};
|
};
|
||||||
|
sandbox.method = "bwrap";
|
||||||
|
sandbox.extraPaths = [
|
||||||
|
"/sys/class/power_supply"
|
||||||
|
"/sys/devices"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
sane.programs.conky = {
|
sane.programs.conky = {
|
||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
sandbox.net = "clearnet"; #< for the scripts it calls (weather)
|
sandbox.net = "clearnet"; #< for the scripts it calls (weather)
|
||||||
|
Reference in New Issue
Block a user