mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fixes and comment for eog/eom (#2571)
* Fixes and comment for eog * Fixes and comment for eom
This commit is contained in:
parent
3dfd712f5d
commit
021cfecdb8
2 changed files with 5 additions and 5 deletions
|
|
@ -23,9 +23,7 @@ apparmor
|
|||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
net none
|
||||
no3d
|
||||
# nodbus - makes settings immutable
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
|
|
@ -37,7 +35,10 @@ novideo
|
|||
protocol unix
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
|
||||
# comment those if you need that functionality
|
||||
private-bin eog
|
||||
private-cache
|
||||
private-dev
|
||||
|
|
|
|||
|
|
@ -19,11 +19,8 @@ include disable-programs.inc
|
|||
|
||||
include whitelist-var-common.inc
|
||||
|
||||
# apparmor - makes settings immutable
|
||||
caps.drop all
|
||||
# net none - makes settings immutable
|
||||
no3d
|
||||
# nodbus - makes settings immutable
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
|
|
@ -37,6 +34,8 @@ seccomp
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
|
||||
# comment those if you need that functionality
|
||||
private-bin eom
|
||||
private-dev
|
||||
private-etc alternatives,fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue