mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5433] build: cannot compile with --enable-apparmor on Arch Linux #2994
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#2994
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 @osevan on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5433
I installed already sudo pacman -Su apparmor-git
In my last arch installs it was enough to get libapparmor.so in libs directory.
Now, firejail cant compile with apparmor support anymore.
Which pkg should i install additionaly via.pacman?
Thanks and
Best regards
@ghost commented on GitHub (Oct 24, 2022):
That would work if there was an
apparmor-gitpackage in the arch linux repo's, which isn't the case.Try installing
apparmorinstead.@osevan commented on GitHub (Oct 24, 2022):
Can anyone reproduce that?
@osevan commented on GitHub (Oct 24, 2022):
I installed already both. . Next time i will show you logs
@curiosityseeker commented on GitHub (Oct 24, 2022):
He probably has the unofficial Chaotic AUR repo enabled.
@ghost commented on GitHub (Oct 24, 2022):
Regardless of how/what apparmor package you installed, you've got to enable AppArmor yourself, firejail cannot do that. To use the
--enable-apparmoroption that's the only package one needs on Arch Linux (& derivatives). So at the moment I don't know what's going on exactly. Awaiting logs we could also look into this on our Libera IRC #firejail channel.@kmk3 commented on GitHub (Nov 22, 2022):
(Re-closing as "not planned" since nothing was changed in firejail)
@osevan Feel free to comment if/how the issue was fixed.