-
Notifications
You must be signed in to change notification settings - Fork 584
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
chromium: many DENIED entries in audit log after AppArmor upgrade from 3.1.x to 4.0.x #6606
Open
7 tasks done
Comments
I have added
to /etc/apparmor.d/firejail-default and this has fixed audit messages But I also sometime see another messages
|
For example for the last month in my journal there were audit errors
but after apparmor upgrade for the last day
|
kmk3
changed the title
Many audit messages in journal for google chrome or chromium browsers with firejail and apparmor profile after apparmor upgrade from 3.1.x to 4.0.x version on archlinux
chromium: many DENIED entries in audit log after AppArmor upgrade from 3.1.x to 4.0.x
Jan 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Many audit messages in journal for google chrome or chromium browsers with firejail and apparmor profile after apparmor upgrade from 3.1.x to 4.0.x version on archlinux
Steps to Reproduce
Steps to reproduce the behavior
apparmor_parser -r /etc/apparmor.d/firejail-default
journalctl -n0 -f
LC_ALL=C firejail --profile=/etc/firejail/google-chrome-stable.profile /usr/bin/google-chrome-stable
Expected behavior
There are no any audit messages in system journal for google chrome / chromium
Actual behavior
There are many audit messages in system journal for google chrome / chromium
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/program
in aterminal?
There are no any audit messages in system journal for google chrome / chromium without a profile (with firejail
--noprofile
option)Additional context
There are no problems with apparmor 3.1.x. Problems start after apparmor upgrade to 4.0.x.
Looks like this bug:
Environment
uname -srm
): Linux 6.12.9-arch1-1 x86_64firejail --version
): 0.9.72Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program
https://github.com/user-attachments/files/18398621/chrome.log
Output of
LC_ALL=C firejail --debug /path/to/program
https://github.com/user-attachments/files/18398624/chrome-debug.log
The text was updated successfully, but these errors were encountered: