mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add noinput to browsers as well
Profiles with private-dev behind BROWSER_DISABLE_U2F were missed by 0cee0ba5.
This commit is contained in:
parent
de4def17e4
commit
3503abd1c6
4 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ caps.keep sys_admin,sys_chroot
|
|||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
notv
|
||||
?BROWSER_DISABLE_U2F: nou2f
|
||||
shell none
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ caps.drop all
|
|||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
# noroot breaks GTK_USE_PORTAL=1 usage, see https://github.com/netblue30/firejail/issues/2506.
|
||||
noroot
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ caps.drop all
|
|||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
# noroot breaks GTK_USE_PORTAL=1 usage, see https://github.com/netblue30/firejail/issues/2506.
|
||||
noroot
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ caps.drop all
|
|||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
noroot
|
||||
notv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue