-
Notifications
You must be signed in to change notification settings - Fork 577
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2710 from TheDarkTrumpet/1139-AddTeamsProfile
Add Microsoft Teams for Linux (Electron) profile
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Firejail profile for teams-for-linux | ||
# Description: Teams for Linux is an Electron application for Microsoft's team collaboration and chat program | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include teams-for-linux.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.config/teams-for-linux | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-passwdmgr.inc | ||
include disable-programs.inc | ||
|
||
mkdir ${HOME}/.config/teams-for-linux | ||
whitelist ${HOME}/.config/teams-for-linux | ||
whitelist ${DOWNLOADS} | ||
include whitelist-common.inc | ||
include whitelist-var-common.inc | ||
|
||
caps.drop all | ||
netfilter | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,inet,inet6,netlink | ||
seccomp | ||
shell none | ||
|
||
disable-mnt | ||
private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep,bash,zsh,teams-for-linux | ||
private-cache | ||
private-dev | ||
private-etc fonts,machine-id,localtime,ld.so.cache,ca-certificates,ssl,pki,crypto-policies,resolv.conf | ||
private-tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,6 +525,7 @@ sylpheed | |
synfigstudio | ||
sysprof | ||
sysprof-cli | ||
teams-for-linux | ||
teamspeak3 | ||
teeworlds | ||
telegram | ||
|