aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
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 /etc/profile-a-l
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
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/cawbird.profile46
1 files changed, 46 insertions, 0 deletions
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