programs: use wrapperType=wrappedDerivation where possible
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
};
|
||||
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.wrapperType = "wrappedDerivation";
|
||||
sandbox.autodetectCliPaths = true;
|
||||
sandbox.extraHomePaths = [
|
||||
# support media imports via file->open dir to some common media directories
|
||||
|
@@ -3,7 +3,7 @@
|
||||
{
|
||||
sane.programs.cozy = {
|
||||
sandbox.method = "bwrap"; # landlock gives: _multiprocessing.SemLock: Permission Denied
|
||||
sandbox.embedProfile = true;
|
||||
sandbox.wrapperType = "wrappedDerivation";
|
||||
sandbox.extraHomePaths = [
|
||||
"Books"
|
||||
];
|
||||
|
@@ -32,6 +32,7 @@ in
|
||||
'';
|
||||
});
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.wrapperType = "wrappedDerivation";
|
||||
|
||||
persist.byStore.private = [
|
||||
".cache/gtkcord4"
|
||||
|
@@ -5,6 +5,7 @@ in
|
||||
{
|
||||
sane.programs.wireshark = {
|
||||
sandbox.method = "landlock";
|
||||
sandbox.wrapperType = "wrappedDerivation";
|
||||
sandbox.extraPaths = [
|
||||
"/proc/net" #< only needed if using landlock
|
||||
];
|
||||
|
Reference in New Issue
Block a user