mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 14:15:46 -06:00
31 lines
628 B
Text
31 lines
628 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/tracker.local
|
|
|
|
# tracker profile
|
|
|
|
# Tracker is started by systemd on most systems. Therefore it is not firejailed by default
|
|
|
|
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
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
no3d
|
|
protocol unix
|
|
seccomp
|
|
netfilter
|
|
shell none
|
|
tracelog
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
# private-bin tracker
|
|
# private-tmp
|
|
# private-dev
|
|
# private-etc fonts
|