mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-24 06:02:28 -06:00
27 lines
538 B
Text
27 lines
538 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/display.local
|
|
|
|
# display (ImageMagick tool) image viewer profile
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
seccomp
|
|
protocol unix
|
|
netfilter
|
|
net none
|
|
nonewprivs
|
|
noroot
|
|
nogroups
|
|
nosound
|
|
shell none
|
|
x11 xorg
|
|
|
|
private-bin display
|
|
private-tmp
|
|
private-dev
|
|
private-etc none
|
|
|