Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Created January 26, 2020 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glitsj16/e16988634e58a3a0bf9a854cec976500 to your computer and use it in GitHub Desktop.
Save glitsj16/e16988634e58a3a0bf9a854cec976500 to your computer and use it in GitHub Desktop.
# Firejail profile for teams
# Description: Official Microsoft Teams client for Linux using Electron.
# This file is overwritten after every install/update
# Persistent local customizations
include teams.local
# Persistent global definitions
# added by included profile
#include globals.local
# *** add these 2 paths as blacklist to disable-programs.inc ***
noblacklist ${HOME}/.config/teams
noblacklist ${HOME}/.config/Microsoft
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
mkdir ${HOME}/.config/teams
mkdir ${HOME}/.config/Microsoft
whitelist ${HOME}/.config/teams
whitelist ${HOME}/.config/Microsoft
include whitelist-common.inc
# *** can we enable wusc? if so, do we need to whitelist something in /usr/share/? ***
#include whitelist-usr-share-common.inc
include whitelist-var-common.inc
nou2f
# *** the app doesn't do video chat? ***
novideo
shell none
# *** can we enable tracelog? ***
#tracelog
disable-mnt
private-cache
private-dev
private-tmp
# Redirect
include electron.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment