aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kortewegdevries <62639087+kortewegdevries@users.noreply.github.com>2020-07-23 23:19:07 +0530
committerLibravatar GitHub <noreply@github.com>2020-07-23 12:49:07 -0500
commiteab7dc96b9cfc47492c5f5e0cd85633e3bda153b (patch)
tree9c07e8d8fc0ffe00ee02efc724e7c17259372573
parentMerge pull request #3518 from onovy/zoom-profile (diff)
downloadfirejail-eab7dc96b9cfc47492c5f5e0cd85633e3bda153b.tar.gz
firejail-eab7dc96b9cfc47492c5f5e0cd85633e3bda153b.tar.zst
firejail-eab7dc96b9cfc47492c5f5e0cd85633e3bda153b.zip
Added cawbird profile (#3533)
* Added cawbird profile See https://github.com/netblue30/firejail/pull/3533 Squash commits for merging
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-a-l/cawbird.profile46
-rw-r--r--src/firecfg/firecfg.config1
3 files changed, 48 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index f033371f8..f5595d134 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -163,6 +163,7 @@ blacklist ${HOME}/.config/caja
163blacklist ${HOME}/.config/calibre 163blacklist ${HOME}/.config/calibre
164blacklist ${HOME}/.config/cantata 164blacklist ${HOME}/.config/cantata
165blacklist ${HOME}/.config/catfish 165blacklist ${HOME}/.config/catfish
166blacklist ${HOME}/.config/cawbird
166blacklist ${HOME}/.config/celluloid 167blacklist ${HOME}/.config/celluloid
167blacklist ${HOME}/.config/cherrytree 168blacklist ${HOME}/.config/cherrytree
168blacklist ${HOME}/.config/chrome-beta-flags.conf 169blacklist ${HOME}/.config/chrome-beta-flags.conf
diff --git a/etc/profile-a-l/cawbird.profile b/etc/profile-a-l/cawbird.profile
new file mode 100644
index 000000000..8ccd686df
--- /dev/null
+++ b/etc/profile-a-l/cawbird.profile
@@ -0,0 +1,46 @@
1# Firejail profile for cawbird
2# Description: Open-source Twitter client for Linux
3# This file is overwritten after every install/update
4# Persistent local customizations
5include cawbird.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/cawbird
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-programs.inc
16include disable-passwdmgr.inc
17include disable-shell.inc
18include disable-xdg.inc
19
20apparmor
21caps.drop all
22machine-id
23netfilter
24nodvd
25no3d
26nogroups
27nonewprivs
28noroot
29nosound
30notv
31nou2f
32novideo
33protocol unix,inet,inet6
34seccomp
35shell none
36tracelog
37
38disable-mnt
39private-bin cawbird
40private-cache
41private-dev
42private-etc alternatives,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,hosts,host.conf,hostname,mime.types,nsswitch.conf,pki,resolv.conf,ssl,xdg,X11
43private-tmp
44
45# dbus-user none
46dbus-system none \ No newline at end of file
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 3ae6e4729..dbe08e216 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -111,6 +111,7 @@ calligrawords
111cameramonitor 111cameramonitor
112cantata 112cantata
113catfish 113catfish
114cawbird
114celluloid 115celluloid
115checkbashisms 116checkbashisms
116cheese 117cheese