mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix clion
Add new clion-eap profile Fix broken clion profile
This commit is contained in:
parent
4438f14f28
commit
3777bd7fb2
3 changed files with 13 additions and 2 deletions
10
etc/profile-a-l/clion-eap.profile
Normal file
10
etc/profile-a-l/clion-eap.profile
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Firejail profile for CLion EAP
|
||||||
|
# This file is overwritten after every install/update
|
||||||
|
# Persistent local customizations
|
||||||
|
include clion-eap.local
|
||||||
|
# Persistent global definitions
|
||||||
|
# added by included profile
|
||||||
|
#include globals.local
|
||||||
|
|
||||||
|
# Redirect
|
||||||
|
include clion.profile
|
||||||
|
|
@ -5,13 +5,13 @@ include clion.local
|
||||||
# Persistent global definitions
|
# Persistent global definitions
|
||||||
include globals.local
|
include globals.local
|
||||||
|
|
||||||
nodeny ${HOME}/.CLion*
|
nodeny ${HOME}/.config/JetBrains/CLion*
|
||||||
|
nodeny ${HOME}/.cache/JetBrains/CLion*
|
||||||
nodeny ${HOME}/.config/git
|
nodeny ${HOME}/.config/git
|
||||||
nodeny ${HOME}/.gitconfig
|
nodeny ${HOME}/.gitconfig
|
||||||
nodeny ${HOME}/.git-credentials
|
nodeny ${HOME}/.git-credentials
|
||||||
nodeny ${HOME}/.java
|
nodeny ${HOME}/.java
|
||||||
nodeny ${HOME}/.local/share/JetBrains
|
nodeny ${HOME}/.local/share/JetBrains
|
||||||
nodeny ${HOME}/.tooling
|
|
||||||
|
|
||||||
# Allow ssh (blacklisted by disable-common.inc)
|
# Allow ssh (blacklisted by disable-common.inc)
|
||||||
include allow-ssh.inc
|
include allow-ssh.inc
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,7 @@ claws-mail
|
||||||
clawsker
|
clawsker
|
||||||
clementine
|
clementine
|
||||||
clion
|
clion
|
||||||
|
clion-eap
|
||||||
clipit
|
clipit
|
||||||
clipgrab
|
clipgrab
|
||||||
cliqz
|
cliqz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue