mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
40 lines
734 B
Text
40 lines
734 B
Text
# Firejail profile for file
|
|
# Description: Recognize the type of data in a file using "magic" numbers
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include /etc/firejail/file.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
hostname file
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
x11 none
|
|
|
|
private-bin file
|
|
private-dev
|
|
private-etc magic.mgc,magic,localtime
|
|
private-lib
|
|
|
|
memory-deny-write-execute
|
|
noexec ${HOME}
|
|
noexec /tmp
|