where-am-i: sandbox
This commit is contained in:
@@ -7,5 +7,12 @@
|
|||||||
name = "bin/where-am-i";
|
name = "bin/where-am-i";
|
||||||
path = "${config.sane.programs.geoclue2.packageUnwrapped}/libexec/geoclue-2.0/demos/where-am-i";
|
path = "${config.sane.programs.geoclue2.packageUnwrapped}/libexec/geoclue-2.0/demos/where-am-i";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
sandbox.method = "bwrap";
|
||||||
|
sandbox.net = "all"; # TODO: why does it require this? i think it just needs *some* net dev and any will do.
|
||||||
|
sandbox.whitelistDbus = [
|
||||||
|
"system" # system is required for non-portal location services
|
||||||
|
];
|
||||||
|
sandbox.usePortal = false; # TODO: set up portal-based location services
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user