aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-30 14:22:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-30 14:25:38 -0300
commitc7fde57d121ce166e247a87969d3cba6894a9c82 (patch)
treec2bb545741b4fdb1403de6440287932955c98adc /etc
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-c7fde57d121ce166e247a87969d3cba6894a9c82.tar.gz
firejail-c7fde57d121ce166e247a87969d3cba6894a9c82.tar.zst
firejail-c7fde57d121ce166e247a87969d3cba6894a9c82.zip
kate.profile: add missing include comment
This amends commit b6b3f3b38 ("kate.profile: allow common development file access", 2022-05-28) / PR #5159. See etc/templates/profile.template.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/kate.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile
index 9eadaec12..d3ad0482a 100644
--- a/etc/profile-a-l/kate.profile
+++ b/etc/profile-a-l/kate.profile
@@ -25,6 +25,7 @@ noblacklist ${HOME}/.local/share/kxmlgui5/kateproject
25noblacklist ${HOME}/.local/share/kxmlgui5/katesearch 25noblacklist ${HOME}/.local/share/kxmlgui5/katesearch
26noblacklist /etc/profile.d 26noblacklist /etc/profile.d
27 27
28# Allows files commonly used by IDEs
28include allow-common-devel.inc 29include allow-common-devel.inc
29 30
30include disable-common.inc 31include disable-common.inc