mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
28 lines
618 B
Text
28 lines
618 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/default.local
|
|
|
|
################################
|
|
# Generic GUI application profile
|
|
################################
|
|
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 you usage, you can enable some of the commands below:
|
|
#
|
|
# nogroups
|
|
# shell none
|
|
# private-bin program
|
|
# private-etc none
|
|
# private-dev
|
|
# private-tmp
|
|
|