mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Browsers: private-dev conditional with BROWSER_DISABLE_U2F
see also #3170
This commit is contained in:
parent
0171ecaa2f
commit
32c3669115
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ notv
|
||||||
shell none
|
shell none
|
||||||
|
|
||||||
disable-mnt
|
disable-mnt
|
||||||
private-dev
|
?BROWSER_DISABLE_U2F: private-dev
|
||||||
# private-tmp - problems with multiple browser sessions
|
# private-tmp - problems with multiple browser sessions
|
||||||
|
|
||||||
# the file dialog needs to work without d-bus
|
# the file dialog needs to work without d-bus
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ tracelog
|
||||||
|
|
||||||
disable-mnt
|
disable-mnt
|
||||||
private-cache
|
private-cache
|
||||||
private-dev
|
?BROWSER_DISABLE_U2F: private-dev
|
||||||
# private-etc below works fine on most distributions. There are some problems on CentOS.
|
# private-etc below works fine on most distributions. There are some problems on CentOS.
|
||||||
#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,localtime,login.defs,machine-id,mailcap,mime.types,nsswitch.conf,os-release,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
#private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,localtime,login.defs,machine-id,mailcap,mime.types,nsswitch.conf,os-release,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
|
||||||
private-tmp
|
private-tmp
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ shell none
|
||||||
#tracelog
|
#tracelog
|
||||||
|
|
||||||
disable-mnt
|
disable-mnt
|
||||||
private-dev
|
?BROWSER_DISABLE_U2F: private-dev
|
||||||
# private-etc below works fine on most distributions. There are some problems on CentOS.
|
# private-etc below works fine on most distributions. There are some problems on CentOS.
|
||||||
#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-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
|
private-tmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue