[GH-ISSUE #1941] Includes missing from firejail apparmor profile #1298

Closed
opened 2026-05-05 07:49:08 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Irvinehimself on GitHub (May 13, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1941

I just installed firejail 0.9.54~rc2-1, and noticed that the firejail-default apparmor profile had included #include <abstractions/base> but didn't include the required definitions.

I repaired my own personal copy by adding

#include <tunables/home>
#include <tunables/proc>
#include <tunables/kernelvars>
#include <tunables/multiarch>

after your &PID declaration and will make a comment on how to fix it at the firejail-apparmor page on the Arch-AUR, but I thought I should inform you as well.

Thanks for the great work
Irvine

Originally created by @Irvinehimself on GitHub (May 13, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1941 I just installed `firejail 0.9.54~rc2-1`, and noticed that the `firejail-default` apparmor profile had included `#include <abstractions/base>` but didn't include the required definitions. I repaired my own personal copy by adding ``` #include <tunables/home> #include <tunables/proc> #include <tunables/kernelvars> #include <tunables/multiarch> ``` after your `&PID` declaration and will make a comment on how to fix it at the [firejail-apparmor](https://aur.archlinux.org/packages/firejail-apparmor/) page on the Arch-AUR, but I thought I should inform you as well. Thanks for the great work Irvine
Author
Owner

@Vincent43 commented on GitHub (May 13, 2018):

I just installed firejail 0.9.54~rc2-1, and noticed that the firejail-default apparmor profile had included #include <abstractions/base> but didn't include the required definitions.

There is no #include <abstractions/base> line in firejail-default

<!-- gh-comment-id:388620492 --> @Vincent43 commented on GitHub (May 13, 2018): > I just installed firejail 0.9.54~rc2-1, and noticed that the firejail-default apparmor profile had included #include <abstractions/base> but didn't include the required definitions. There is no `#include <abstractions/base>` line in [firejail-default](https://github.com/netblue30/firejail/blob/master/etc/firejail-default.)
Author
Owner

@Irvinehimself commented on GitHub (May 13, 2018):

I apologise profusely, I just re-installed and the offending line is not there. I don't know how my copy got corrupted.

Apologies again, closing.
Irvine

<!-- gh-comment-id:388622227 --> @Irvinehimself commented on GitHub (May 13, 2018): I apologise profusely, I just re-installed and the offending line is not there. I don't know how my copy got corrupted. Apologies again, closing. Irvine
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1298
No description provided.