mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix #5392 -- Evince doesn't remember settings
This commit is contained in:
parent
e24eadec1c
commit
6829fe6a12
1 changed files with 6 additions and 7 deletions
|
|
@ -6,9 +6,9 @@ include evince.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# WARNING: using bookmarks possibly exposes information, including file history from other programs.
|
||||
# Add the next line to your evince.local if you need bookmarks support. This also needs additional dbus-user filtering (see below).
|
||||
#noblacklist ${HOME}/.local/share/gvfs-metadata
|
||||
# WARNING: This exposes information like file history from other programs.
|
||||
# You can add a blacklist for it in your evince.local for additional hardening if you can life with some restrictions.
|
||||
noblacklist ${HOME}/.local/share/gvfs-metadata
|
||||
|
||||
noblacklist ${HOME}/.config/evince
|
||||
noblacklist ${DOCUMENTS}
|
||||
|
|
@ -59,9 +59,8 @@ private-etc alternatives,fonts,group,ld.so.cache,ld.so.preload,machine-id,passwd
|
|||
private-lib evince,gcc/*/*/libgcc_s.so.*,gcc/*/*/libstdc++.so.*,gconv,gdk-pixbuf-2.*,gio,gvfs/libgvfscommon.so,libarchive.so.*,libdjvulibre.so.*,libgconf-2.so.*,libgraphite2.so.*,libpoppler-glib.so.*,librsvg-2.so.*,libspectre.so.*
|
||||
private-tmp
|
||||
|
||||
# dbus-user filtering might break two-page-view on some systems
|
||||
dbus-user filter
|
||||
# Add the next two lines to your evince.local if you need bookmarks support.
|
||||
#dbus-user.talk org.gtk.vfs.Daemon
|
||||
#dbus-user.talk org.gtk.vfs.Metadata
|
||||
dbus-user.talk ca.desrt.dconf
|
||||
dbus-user.talk org.gtk.vfs.Daemon
|
||||
dbus-user.talk org.gtk.vfs.Metadata
|
||||
dbus-system none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue