[PR #1713] [MERGED] Apparmor: fix broken file dialogs in kde plasma #4052

Closed
opened 2026-05-05 10:12:53 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: patch-1


📝 Commits (3)

  • 457dc14 Apparmor: fix broken file dialogs in kde plasma
  • d927f1b Escape '#' character in path
  • 6f2e3e9 Revert: 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=1000

AVC 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1713 **Author:** [@Vincent43](https://github.com/Vincent43) **Created:** 1/4/2018 **Status:** ✅ Merged **Merged:** 1/20/2018 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`457dc14`](https://github.com/netblue30/firejail/commit/457dc141386bc3ddbb922950b465a29008f13363) Apparmor: fix broken file dialogs in kde plasma - [`d927f1b`](https://github.com/netblue30/firejail/commit/d927f1bf18478400b6ac7089a4d41eb41aa29b3d) Escape '#' character in path - [`6f2e3e9`](https://github.com/netblue30/firejail/commit/6f2e3e946e29c6824fe8786aae5e4a84e35100db) Revert: Escape '#' character in path ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/firejail-default` (+2 -1) </details> ### 📄 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=1000` `AVC 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:12:53 -06:00
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#4052
No description provided.