mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-24 14:12:27 -06:00
30 lines
525 B
Text
30 lines
525 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/file.local
|
|
|
|
# file profile
|
|
quiet
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
hostname file
|
|
netfilter
|
|
net none
|
|
no3d
|
|
nogroups
|
|
nonewprivs
|
|
#noroot
|
|
nosound
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
x11 none
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
private-dev
|
|
private-bin file
|
|
private-etc magic.mgc,magic,localtime
|