mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3404] Teams doesn't start because of the apparmor profile #2139
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mjhkqprt51 on GitHub (May 4, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3404
Hi,
I tried to start Teams (installed from MS's apt mirror) but it didn't work using the firecfg/firejail link.
$ teams
Reading profile /usr/local/etc/firejail/teams.profile
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-exec.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Reading profile /usr/local/etc/firejail/electron.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-passwdmgr.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Parent pid 82964, child pid 82965
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: not remounting /run/user/1001/gvfs
Warning: not remounting /run/user/1001/doc
Warning: cleaning all supplementary groups
Blacklist violations are logged to syslog
Child process initialized in 145.25 ms
Apparmor denial message was:
[ 2531.840022] audit: type=1400 audit(1588598895.892:135): apparmor="DENIED" operation="exec" profile="firejail-default" name="/usr/share/teams/teams" pid=81129 comm="nohup" requested_mask="x" denied_mask="x" fsuid=1001 ouid=0
aa-logprof suggested that "/usr/share/teams/teams mrix," should be added to the profile. I allowed it and Teams works now correctly however I don't know if it is a good modification.
Tanks.
@mjhkqprt51 commented on GitHub (May 4, 2020):
firejail version 0.9.63
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- SELinux support is disabled
- user namespace support is enabled
- X11 sandboxing support is enabled