programs: gnome-clocks,gnome-calendar: sandbox with bwrap
This commit is contained in:
@@ -305,6 +305,16 @@ in
|
|||||||
"gnome.gnome-calculator".sandbox.method = "bwrap";
|
"gnome.gnome-calculator".sandbox.method = "bwrap";
|
||||||
"gnome.gnome-calculator".sandbox.wrapperType = "inplace"; # /libexec/gnome-calculator-search-provider
|
"gnome.gnome-calculator".sandbox.wrapperType = "inplace"; # /libexec/gnome-calculator-search-provider
|
||||||
|
|
||||||
|
# gnome-calendar surely has data to persist, but i use it strictly to do date math, not track events.
|
||||||
|
"gnome.gnome-calendar".sandbox.method = "bwrap";
|
||||||
|
"gnome.gnome-calendar".sandbox.wrapperType = "wrappedDerivation";
|
||||||
|
|
||||||
|
"gnome.gnome-clocks".sandbox.method = "bwrap";
|
||||||
|
"gnome.gnome-clocks".sandbox.wrapperType = "wrappedDerivation";
|
||||||
|
"gnome.gnome-clocks".persist.byStore.private = [
|
||||||
|
".config/dconf"
|
||||||
|
];
|
||||||
|
|
||||||
gnome-2048.sandbox.method = "bwrap";
|
gnome-2048.sandbox.method = "bwrap";
|
||||||
gnome-2048.sandbox.wrapperType = "wrappedDerivation";
|
gnome-2048.sandbox.wrapperType = "wrappedDerivation";
|
||||||
gnome-2048.persist.byStore.plaintext = [ ".local/share/gnome-2048/scores" ];
|
gnome-2048.persist.byStore.plaintext = [ ".local/share/gnome-2048/scores" ];
|
||||||
|
Reference in New Issue
Block a user