aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/baloo_file.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/baloo_file.profile b/etc/baloo_file.profile
index 3cc377397..785e37a16 100644
--- a/etc/baloo_file.profile
+++ b/etc/baloo_file.profile
@@ -5,10 +5,12 @@ include baloo_file.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8# Make home directory read-only and allow writing only to ${HOME}/.local/share 8# Make home directory read-only and allow writing only to ${HOME}/.local/share/baloo
9# Note: Baloo will not be able to update the "first run" key in its configuration files. 9# Note: Baloo will not be able to update the "first run" key in its configuration files.
10# mkdir ${HOME}/.local/share/baloo
10# read-only ${HOME} 11# read-only ${HOME}
11# read-write ${HOME}/.local/share 12# read-write ${HOME}/.local/share/baloo
13# ignore read-write
12 14
13noblacklist ${HOME}/.config/baloofilerc 15noblacklist ${HOME}/.config/baloofilerc
14noblacklist ${HOME}/.kde/share/config/baloofilerc 16noblacklist ${HOME}/.kde/share/config/baloofilerc