mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #1713] [MERGED] Apparmor: fix broken file dialogs in kde plasma #4052
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#4052
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/1713
Author: @Vincent43
Created: 1/4/2018
Status: ✅ Merged
Merged: 1/20/2018
Merged by: @smitsohu
Base:
master← Head:patch-1📝 Commits (3)
457dc14Apparmor: fix broken file dialogs in kde plasmad927f1bEscape '#' character in path6f2e3e9Revert: Escape '#' character in path📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
etc/firejail-default(+2 -1)📄 Description
For some time apparmor started breaking file dialogs in kde plasma (gwenview, calibre, qbittorrent, etc). typical audit report below:
AVC apparmor="DENIED" operation="open" profile="firejail-default" name="/run/user/1000/#28520" pid=1997 comm="qbittorrent" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000AVC apparmor="DENIED" operation="link" profile="firejail-default" name="/run/user/1000/qBittorrentZcaeTi.1.slave-socket" pid=3679 comm="qbittorrent" requested_mask="l" denied_mask="l" fsuid=1000 ouid=1000 target="/run/user/1000/#79965"This commit fixes this issue. Tested on Archlinux (linux 4.14.11, kde 5.11.5)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.