From 3777bd7fb2805021365ee10e77d1a708788e6fc6 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 7 Jul 2021 14:37:41 +0400 Subject: Fix clion Add new clion-eap profile Fix broken clion profile --- etc/profile-a-l/clion-eap.profile | 10 ++++++++++ etc/profile-a-l/clion.profile | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 etc/profile-a-l/clion-eap.profile (limited to 'etc') diff --git a/etc/profile-a-l/clion-eap.profile b/etc/profile-a-l/clion-eap.profile new file mode 100644 index 000000000..3602c3e7b --- /dev/null +++ b/etc/profile-a-l/clion-eap.profile @@ -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 diff --git a/etc/profile-a-l/clion.profile b/etc/profile-a-l/clion.profile index 42903777a..fbbdaf553 100644 --- a/etc/profile-a-l/clion.profile +++ b/etc/profile-a-l/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 -- cgit v1.2.3-70-g09d2