aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/catfish.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/catfish.profile')
-rw-r--r--etc/profile-a-l/catfish.profile50
1 files changed, 50 insertions, 0 deletions
diff --git a/etc/profile-a-l/catfish.profile b/etc/profile-a-l/catfish.profile
new file mode 100644
index 000000000..009d3a049
--- /dev/null
+++ b/etc/profile-a-l/catfish.profile
@@ -0,0 +1,50 @@
1# Firejail profile for catfish
2# Description: File searching tool
3# This file is overwritten after every install/update
4# Persistent local customizations
5include catfish.local
6# Persistent global definitions
7include globals.local
8
9# We can't blacklist much since catfish
10# is for finding files/content
11
12noblacklist ${HOME}/.config/catfish
13
14# Allow python (blacklisted by disable-interpreters.inc)
15include allow-python2.inc
16include allow-python3.inc
17
18# include disable-common.inc
19# include disable-devel.inc
20include disable-interpreters.inc
21include disable-passwdmgr.inc
22# include disable-programs.inc
23
24whitelist /var/lib/mlocate
25include whitelist-var-common.inc
26
27apparmor
28caps.drop all
29net none
30no3d
31nodvd
32nogroups
33nonewprivs
34noroot
35nosound
36notv
37novideo
38protocol unix
39seccomp
40shell none
41tracelog
42
43# These options work but are disabled in case
44# a users wants to search in these directories.
45# private-bin bash,catfish,env,locate,ls,mlocate,python*
46# private-dev
47# private-tmp
48
49dbus-user none
50dbus-system none