aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-01-30 22:37:44 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2018-01-30 22:37:44 +0100
commitad4dff87b669919a4283145861ed4f60dbd2f321 (patch)
tree0fa1896313f199256053a104b29187f8c9144299 /etc
parentAdd basic contributing info. Still need to add for pull requests, etc. (diff)
downloadfirejail-ad4dff87b669919a4283145861ed4f60dbd2f321.tar.gz
firejail-ad4dff87b669919a4283145861ed4f60dbd2f321.tar.zst
firejail-ad4dff87b669919a4283145861ed4f60dbd2f321.zip
harden KDE
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-common.inc1
-rw-r--r--etc/disable-programs.inc5
-rw-r--r--etc/kwin_x11.profile1
3 files changed, 7 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 91c554f2e..1dd500c12 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -74,6 +74,7 @@ blacklist ${HOME}/.local/share/konsole
74blacklist ${HOME}/.local/share/kwin 74blacklist ${HOME}/.local/share/kwin
75blacklist ${HOME}/.local/share/plasma 75blacklist ${HOME}/.local/share/plasma
76blacklist ${HOME}/.local/share/solid 76blacklist ${HOME}/.local/share/solid
77read-only ${HOME}/.cache/ksycoca5_*
77read-only ${HOME}/.config/kdeglobals 78read-only ${HOME}/.config/kdeglobals
78read-only ${HOME}/.config/kioslaverc 79read-only ${HOME}/.config/kioslaverc
79read-only ${HOME}/.kde/share/config/kdeglobals 80read-only ${HOME}/.kde/share/config/kdeglobals
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 4d9c4d85f..5a75974ac 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -490,6 +490,10 @@ blacklist ${HOME}/.cache/icedove
490blacklist ${HOME}/.cache/INRIA/Natron 490blacklist ${HOME}/.cache/INRIA/Natron
491blacklist ${HOME}/.cache/inox 491blacklist ${HOME}/.cache/inox
492blacklist ${HOME}/.cache/iridium 492blacklist ${HOME}/.cache/iridium
493blacklist ${HOME}/.cache/kscreenlocker_greet
494blacklist ${HOME}/.cache/ksmserver-logout-greeter
495blacklist ${HOME}/.cache/ksplashqml
496blacklist ${HOME}/.cache/kwin
493blacklist ${HOME}/.cache/libgweather 497blacklist ${HOME}/.cache/libgweather
494blacklist ${HOME}/.cache/liferea 498blacklist ${HOME}/.cache/liferea
495blacklist ${HOME}/.cache/midori 499blacklist ${HOME}/.cache/midori
@@ -503,6 +507,7 @@ blacklist ${HOME}/.cache/opera-beta
503blacklist ${HOME}/.cache/org.gnome.Books 507blacklist ${HOME}/.cache/org.gnome.Books
504blacklist ${HOME}/.cache/pdfmod 508blacklist ${HOME}/.cache/pdfmod
505blacklist ${HOME}/.cache/peek 509blacklist ${HOME}/.cache/peek
510blacklist ${HOME}/.cache/plasmashell
506blacklist ${HOME}/.cache/qBittorrent 511blacklist ${HOME}/.cache/qBittorrent
507blacklist ${HOME}/.cache/qupzilla 512blacklist ${HOME}/.cache/qupzilla
508blacklist ${HOME}/.cache/qutebrowser 513blacklist ${HOME}/.cache/qutebrowser
diff --git a/etc/kwin_x11.profile b/etc/kwin_x11.profile
index 91bb62efc..92d2e38ae 100644
--- a/etc/kwin_x11.profile
+++ b/etc/kwin_x11.profile
@@ -5,6 +5,7 @@ include /etc/firejail/kwin_x11.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.cache/kwin
8noblacklist ${HOME}/.config/kwinrc 9noblacklist ${HOME}/.config/kwinrc
9noblacklist ${HOME}/.config/kwinrulesrc 10noblacklist ${HOME}/.config/kwinrulesrc
10noblacklist ${HOME}/.local/share/kwin 11noblacklist ${HOME}/.local/share/kwin