aboutsummaryrefslogtreecommitdiffstats
path: root/etc/baloo_file.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/baloo_file.profile')
-rw-r--r--etc/baloo_file.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/baloo_file.profile b/etc/baloo_file.profile
index 9c2909b0f..2809089e6 100644
--- a/etc/baloo_file.profile
+++ b/etc/baloo_file.profile
@@ -18,10 +18,12 @@ include /etc/firejail/disable-passwdmgr.inc
18include /etc/firejail/disable-programs.inc 18include /etc/firejail/disable-programs.inc
19 19
20caps.drop all 20caps.drop all
21nodvd
21nogroups 22nogroups
22nonewprivs 23nonewprivs
23noroot 24noroot
24nosound 25nosound
26notv
25novideo 27novideo
26protocol unix 28protocol unix
27# Baloo makes ioprio_set system calls, which are blacklisted by default. 29# Baloo makes ioprio_set system calls, which are blacklisted by default.
@@ -36,6 +38,6 @@ noexec /tmp
36 38
37# Make home directory read-only and allow writing only to ~/.local/share 39# Make home directory read-only and allow writing only to ~/.local/share
38# Note: Baloo will not be able to update the "first run" key in its configuration files. 40# Note: Baloo will not be able to update the "first run" key in its configuration files.
39# noexec ${HOME}/.local/share
40# read-only ${HOME} 41# read-only ${HOME}
41# read-write ${HOME}/.local/share 42# read-write ${HOME}/.local/share
43# noexec ${HOME}/.local/share