mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3234] [MERGED] Allow exec from /usr/libexec & co. with AppArmor #4690
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#4690
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/3234
Author: @laomaiweng
Created: 2/22/2020
Status: ✅ Merged
Merged: 2/22/2020
Merged by: @Vincent43
Base:
master← Head:apparmor-libexec-exec📝 Commits (1)
99644feAllow exec from /usr/libexec & co. with AppArmor📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
etc/firejail-default(+1 -1)📄 Description
With AppArmor enabled and the
firejail-defaultprofile, execution is not allowed from/usr/libexec. On my machine (Gentoo), Git stores its helpers in/usr/libexec/git-core/, so Firejail'sgit.profile(which has AppArmor enabled) prevents it from executing these helpers (which are needed for e.g. cloning a repo over HTTPS).This PR adds
/usr/libexecand friends to the paths where execution is allowed in Firejail's AppArmor profile.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.