mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -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
|
||||
include globals.local
|
||||
|
||||
nodeny ${HOME}/.CLion*
|
||||
nodeny ${HOME}/.config/JetBrains/CLion*
|
||||
nodeny ${HOME}/.cache/JetBrains/CLion*
|
||||
nodeny ${HOME}/.config/git
|
||||
nodeny ${HOME}/.gitconfig
|
||||
nodeny ${HOME}/.git-credentials
|
||||
nodeny ${HOME}/.java
|
||||
nodeny ${HOME}/.local/share/JetBrains
|
||||
nodeny ${HOME}/.tooling
|
||||
|
||||
# Allow ssh (blacklisted by disable-common.inc)
|
||||
include allow-ssh.inc
|
||||
|
|
|
|||
|
|
@ -142,6 +142,7 @@ claws-mail
|
|||
clawsker
|
||||
clementine
|
||||
clion
|
||||
clion-eap
|
||||
clipit
|
||||
clipgrab
|
||||
cliqz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue