mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
29 lines
620 B
Text
29 lines
620 B
Text
# Persistent global definitions go here
|
|
include /etc/firejail/globals.local
|
|
|
|
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/gnome-font-viewer.local
|
|
|
|
private
|
|
#include /etc/firejail/disable-common.inc
|
|
#include /etc/firejail/disable-programs.inc
|
|
#include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nonewprivs
|
|
noroot
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
#
|
|
# depending on your usage, you can enable some of the commands below:
|
|
#
|
|
nogroups
|
|
shell none
|
|
# private-bin program
|
|
# private-etc none
|
|
# private-dev
|
|
# private-tmp
|
|
nosound
|