mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Some minor changes
This commit is contained in:
parent
77c3bac1d2
commit
1e9040e62b
4 changed files with 10 additions and 12 deletions
|
|
@ -35,7 +35,6 @@ whitelist ${DOCUMENTS}
|
|||
whitelist ${DOWNLOADS}
|
||||
# when storing mail outside the default ${HOME}/Mail path, 'whitelist' the custom path in your email-common.local
|
||||
whitelist ${HOME}/Mail
|
||||
|
||||
whitelist ${RUNUSER}/gnupg
|
||||
whitelist /usr/share/gnupg
|
||||
whitelist /usr/share/gnupg2
|
||||
|
|
@ -68,7 +67,6 @@ private-cache
|
|||
private-dev
|
||||
private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gcrypt,gnupg,groups,gtk-2.0,gtk-3.0,hostname,hosts,hosts.conf,mailname,nsswitch.conf,passwd,pki,resolv.conf,selinux,ssl,xdg
|
||||
private-tmp
|
||||
|
||||
# encrypting and signing email
|
||||
writable-run-user
|
||||
|
||||
|
|
@ -82,4 +80,4 @@ dbus-system none
|
|||
#writable-var
|
||||
|
||||
read-only ${HOME}/.mozilla/firefox/profiles.ini
|
||||
read-only ${HOME}/.signature
|
||||
read-only ${HOME}/.signature
|
||||
|
|
|
|||
|
|
@ -66,11 +66,11 @@ shell none
|
|||
tracelog
|
||||
|
||||
# disable-mnt
|
||||
# Add ignore private-bin to geary.local for hyperlink support
|
||||
# Add 'ignore private-bin' to geary.local for hyperlink support
|
||||
private-bin geary
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,hostname,hosts,pki,resolv.conf,selinux,ssl,xdg
|
||||
private-etc alternatives,ca-certificates,crypto-policies,fonts,hostname,hosts,pki,resolv.conf,ssl,xdg
|
||||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
|
|
|
|||
|
|
@ -38,9 +38,11 @@ noblacklist ${HOME}/sent
|
|||
blacklist /tmp/.X11-unix
|
||||
blacklist ${RUNUSER}/wayland-*
|
||||
|
||||
include allow-perl.inc
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
# Uncomment or put them in mutt.local for oauth.py,S/MIME
|
||||
|
||||
#include allow-perl.inc
|
||||
#include allow-python2.inc
|
||||
#include allow-python3.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -142,8 +144,7 @@ dbus-user none
|
|||
dbus-system none
|
||||
|
||||
memory-deny-write-execute
|
||||
|
||||
read-only ${HOME}/.elinks
|
||||
read-only ${HOME}/.nanorc
|
||||
read-only ${HOME}/.signature
|
||||
read-only ${HOME}/.w3m
|
||||
read-only ${HOME}/.w3m
|
||||
|
|
|
|||
|
|
@ -146,8 +146,7 @@ dbus-user none
|
|||
dbus-system none
|
||||
|
||||
memory-deny-write-execute
|
||||
|
||||
read-only ${HOME}/.elinks
|
||||
read-only ${HOME}/.nanorc
|
||||
read-only ${HOME}/.signature
|
||||
read-only ${HOME}/.w3m
|
||||
read-only ${HOME}/.w3m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue