Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Microsoft Teams for Linux (Electron) profile #2710

Merged
27 changes: 27 additions & 0 deletions etc/teams-for-linux.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
include disable-common.inc
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
include disable-devel.inc
include disable-passwdmgr.inc
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
include disable-programs.inc
include globals.local
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved

rusty-snake marked this conversation as resolved.
Show resolved Hide resolved
caps.drop all
netfilter
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
nodvd
nogroups
nonewprivs
noroot
notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved

private-bin sh,xdg-mime,tr,sed,echo,head,cut,xdg-open,grep,egrep,bash,zsh,teams-for-linux
private-dev
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
private-etc fonts,machine-id,localtime,ld.so.cache,ca-certificates,ssl,pki,crypto-policies,resolv.conf
private-tmp
disable-mnt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move over private-bin.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the only comment I wasn't sure about what was meant. When you mention move over private-bin, what do you mean? Thanks again for all your help in looking at this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This order:

disable-mnt
private-bin
private-cache
private-dev
private-etc
private-tmp


noblacklist ${HOME}/.config/teams-for-linux
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
whitelist ${HOME}/.config/teams-for-linux
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved
noexec /tmp
TheDarkTrumpet marked this conversation as resolved.
Show resolved Hide resolved