mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
disable curl and wget in browsers based on firefox and chromium
This commit is contained in:
parent
c7948c6c72
commit
f3d126bf17
2 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,9 @@ private-cache
|
|||
?BROWSER_DISABLE_U2F: private-dev
|
||||
#private-tmp - issues when using multiple browser sessions
|
||||
|
||||
blacklist ${PATH}/curl
|
||||
blacklist ${PATH}/wget
|
||||
|
||||
#dbus-user none - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector.
|
||||
dbus-system none
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ disable-mnt
|
|||
#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,machine-id,mailcap,mime.types,nsswitch.conf,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||
private-tmp
|
||||
|
||||
blacklist ${PATH}/curl
|
||||
blacklist ${PATH}/wget
|
||||
|
||||
# 'dbus-user none' breaks various desktop integration features like global menus, native notifications,
|
||||
# Gnome connector, KDE connect and power management on KDE Plasma.
|
||||
dbus-user none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue