[PR #1428] [MERGED] Change ${HOME}/.local/share/kservices5 to read-only #3957

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1428
Author: @ghost
Created: 8/3/2017
Status: Merged
Merged: 8/3/2017
Merged by: @Fred-Barclay

Base: masterHead: master


📝 Commits (1)

  • c3b0f98 Change ~/.local/share/kservices5 to read-only

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 etc/disable-common.inc (+1 -1)

📄 Description

${HOME}/.local/share/kservices5 is blacklisted since https://github.com/netblue30/firejail/pull/1177 but there is no explanation for this. Some applications try to read this directory and it has legitimate use cases. Also /usr/share/kservices5 isn't blacklisted so blacklisting only it's local variant isn't consistent. Changing it to read-only is both safe and don't trigger blacklist violations.

blacklist violation - sandbox 20831, exe okular, syscall opendir, path /home/mr/.local/share/kservices5
blacklist violation - sandbox 22050, exe gwenview, syscall opendir, path /home/mr/.local/share/kservices5
blacklist violation - sandbox 22386, exe kde-open5, syscall opendir, path /home/mr/.local/share/kservices5

🔄 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/1428 **Author:** [@ghost](https://github.com/ghost) **Created:** 8/3/2017 **Status:** ✅ Merged **Merged:** 8/3/2017 **Merged by:** [@Fred-Barclay](https://github.com/Fred-Barclay) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c3b0f98`](https://github.com/netblue30/firejail/commit/c3b0f98119a40207d2815342363e3b828b86b5c0) Change ~/.local/share/kservices5 to read-only ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/disable-common.inc` (+1 -1) </details> ### 📄 Description `${HOME}/.local/share/kservices5` is blacklisted since https://github.com/netblue30/firejail/pull/1177 but there is no explanation for this. Some applications try to read this directory and it has legitimate use cases. Also `/usr/share/kservices5` isn't blacklisted so blacklisting only it's local variant isn't consistent. Changing it to read-only is both safe and don't trigger blacklist violations. ``` blacklist violation - sandbox 20831, exe okular, syscall opendir, path /home/mr/.local/share/kservices5 blacklist violation - sandbox 22050, exe gwenview, syscall opendir, path /home/mr/.local/share/kservices5 blacklist violation - sandbox 22386, exe kde-open5, syscall opendir, path /home/mr/.local/share/kservices5 ``` --- <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:11:08 -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#3957
No description provided.