aboutsummaryrefslogtreecommitdiffstats
path: root/etc/teams.profile
diff options
context:
space:
mode:
authorLibravatar Andreas Hunkeler <karneades@protonmail.com>2020-02-22 17:07:28 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-22 16:07:28 +0000
commit5e8ba82b8410418e160c27077edcd0717562dcb0 (patch)
treeb45a9a3b789b56e2451e6b63a5dee13afa50eeb1 /etc/teams.profile
parentAllow exec from /usr/libexec & co. with AppArmor (diff)
downloadfirejail-5e8ba82b8410418e160c27077edcd0717562dcb0.tar.gz
firejail-5e8ba82b8410418e160c27077edcd0717562dcb0.tar.zst
firejail-5e8ba82b8410418e160c27077edcd0717562dcb0.zip
Add profile for offical Linux Teams application (#3152)
* Add profile for offical Linux Teams application * fix: add mkdir suggestions in Teams profile * Merge suggestions for Teams profile * Add suggestion to Teams profile * Add Teams to firecfg.config * Add paths from Teams profile to disable-programs * Remove the duplicated whitelist for downloads in Teams profile Co-Authored-By: rusty-snake <print_hello_world+GitHub@protonmail.com> * Cleanup teams profile after testing * Add comment to Teams profile Co-authored-by: rusty-snake <print_hello_world+GitHub@protonmail.com>
Diffstat (limited to 'etc/teams.profile')
-rw-r--r--etc/teams.profile36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/teams.profile b/etc/teams.profile
new file mode 100644
index 000000000..8b60a941e
--- /dev/null
+++ b/etc/teams.profile
@@ -0,0 +1,36 @@
1# Firejail profile for teams
2# Description: Official Microsoft Teams client for Linux using Electron.
3# This file is overwritten after every install/update
4# Known issues:
5# * if Teams crashes on startup try using "ignore apparmor" in your local config
6# Persistent local customizations
7include teams.local
8# Persistent global definitions
9# added by included profile
10#include globals.local
11
12noblacklist ${HOME}/.config/teams
13noblacklist ${HOME}/.config/Microsoft
14
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18
19mkdir ${HOME}/.config/teams
20mkdir ${HOME}/.config/Microsoft
21whitelist ${HOME}/.config/teams
22whitelist ${HOME}/.config/Microsoft
23include whitelist-common.inc
24include whitelist-var-common.inc
25
26nou2f
27shell none
28tracelog
29
30disable-mnt
31private-cache
32private-dev
33private-tmp
34
35# Redirect
36include electron.profile