mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
40 lines
889 B
Text
40 lines
889 B
Text
# Firejail profile for WebStorm
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/webstorm.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.WebStorm*
|
|
noblacklist ${HOME}/.android
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.gradle
|
|
noblacklist ${HOME}/.java
|
|
noblacklist ${HOME}/.local/share/JetBrains
|
|
noblacklist ${HOME}/.ssh
|
|
noblacklist ${HOME}/.tooling
|
|
|
|
noblacklist ${PATH}/node
|
|
noblacklist ${HOME}/.nvm
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
private-cache
|
|
private-dev
|
|
private-tmp
|