mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
25 lines
569 B
Text
25 lines
569 B
Text
# Firejail profile for electron
|
|
# Description: Build cross platform desktop apps with web technologies
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/electron.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
whitelist ${DOWNLOADS}
|
|
|
|
apparmor
|
|
caps.drop all
|
|
netfilter
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|