aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/inc/landlock-common.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index eb4d21675..f3b44ac3e 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -78,6 +78,7 @@ blacklist ${HOME}/.cache/PawelStolowski
78blacklist ${HOME}/.cache/Psi 78blacklist ${HOME}/.cache/Psi
79blacklist ${HOME}/.cache/QuiteRss 79blacklist ${HOME}/.cache/QuiteRss
80blacklist ${HOME}/.cache/Quotient/quaternion 80blacklist ${HOME}/.cache/Quotient/quaternion
81blacklist ${HOME}/.cache/RawTherapee
81blacklist ${HOME}/.cache/Shortwave 82blacklist ${HOME}/.cache/Shortwave
82blacklist ${HOME}/.cache/Tox 83blacklist ${HOME}/.cache/Tox
83blacklist ${HOME}/.cache/Zeal 84blacklist ${HOME}/.cache/Zeal
@@ -335,6 +336,7 @@ blacklist ${HOME}/.config/QuiteRssrc
335blacklist ${HOME}/.config/Quotient 336blacklist ${HOME}/.config/Quotient
336blacklist ${HOME}/.config/RSS Guard 4 337blacklist ${HOME}/.config/RSS Guard 4
337blacklist ${HOME}/.config/Rambox 338blacklist ${HOME}/.config/Rambox
339blacklist ${HOME}/.config/RawTherapee
338blacklist ${HOME}/.config/Riot 340blacklist ${HOME}/.config/Riot
339blacklist ${HOME}/.config/Rocket.Chat 341blacklist ${HOME}/.config/Rocket.Chat
340blacklist ${HOME}/.config/RogueLegacy 342blacklist ${HOME}/.config/RogueLegacy
diff --git a/etc/inc/landlock-common.inc b/etc/inc/landlock-common.inc
index ebe9f98dc..694d447b5 100644
--- a/etc/inc/landlock-common.inc
+++ b/etc/inc/landlock-common.inc
@@ -4,7 +4,7 @@ include landlock-common.local
4 4
5landlock.read / # whole system read 5landlock.read / # whole system read
6landlock.read /proc 6landlock.read /proc
7landlock.special / # sockets etc. 7landlock.makeipc / # sockets etc.
8 8
9# write access 9# write access
10landlock.write ${HOME} 10landlock.write ${HOME}