cozy: sandbox with bwrap
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
sane.programs.cozy = {
|
sane.programs.cozy = {
|
||||||
|
sandbox.method = "bwrap"; # landlock gives: _multiprocessing.SemLock: Permission Denied
|
||||||
|
sandbox.embedProfile = true;
|
||||||
|
sandbox.extraHomePaths = [
|
||||||
|
"Books"
|
||||||
|
];
|
||||||
|
sandbox.extraPaths = [
|
||||||
|
"/mnt/servo-media/Books"
|
||||||
|
];
|
||||||
# cozy uses a sqlite db for its config and exposes no CLI options other than --help and --debug
|
# cozy uses a sqlite db for its config and exposes no CLI options other than --help and --debug
|
||||||
persist.byStore.plaintext = [
|
persist.byStore.plaintext = [
|
||||||
".local/share/cozy" # sqlite db (config & index?)
|
".local/share/cozy" # sqlite db (config & index?)
|
||||||
|
Reference in New Issue
Block a user