mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3493] [MERGED] Blacklist .local/share/kxmlgui5 and allow access only for applications which use it. #4778
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#4778
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/3493
Author: @Kishore96in
Created: 7/5/2020
Status: ✅ Merged
Merged: 7/16/2020
Merged by: @rusty-snake
Base:
master← Head:blacklist_kxmlgui📝 Commits (6)
d6d6f78blacklist .local/share/kxmlgui56e9763anoblacklist .local/share/kxmlgui5 in the relevant KDE applications.7b0cd6eWhitelist kxmlgui file for okular.dffb64cUse a glob to blacklist subfolders instead of the parent folder.0bf1a3eMake directory, not file.21dd14dnoblacklist relevant subdirs for more KDE applications📊 Changes
25 files changed (+45 additions, -0 deletions)
View changed files
📝
etc/inc/disable-programs.inc(+1 -0)📝
etc/inc/firefox-common-addons.inc(+1 -0)📝
etc/profile-a-l/akregator.profile(+3 -0)📝
etc/profile-a-l/ark.profile(+1 -0)📝
etc/profile-a-l/calligra.profile(+2 -0)📝
etc/profile-a-l/calligraplan.profile(+2 -0)📝
etc/profile-a-l/calligraplanwork.profile(+2 -0)📝
etc/profile-a-l/calligrasheets.profile(+2 -0)📝
etc/profile-a-l/calligrastage.profile(+2 -0)📝
etc/profile-a-l/calligrawords.profile(+2 -0)📝
etc/profile-a-l/gwenview.profile(+1 -0)📝
etc/profile-a-l/k3b.profile(+1 -0)📝
etc/profile-a-l/karbon.profile(+2 -0)📝
etc/profile-a-l/kate.profile(+7 -0)📝
etc/profile-a-l/kcalc.profile(+3 -0)📝
etc/profile-a-l/kdenlive.profile(+1 -0)📝
etc/profile-a-l/kget.profile(+1 -0)📝
etc/profile-a-l/kid3.profile(+1 -0)📝
etc/profile-a-l/kmail.profile(+2 -0)📝
etc/profile-a-l/knotes.profile(+1 -0)...and 5 more files
📄 Description
Multiple KDE applications store their keyboard shortcut and toolbar config in subdirectories of
.local/share/kxmlgui5. This pull request blacklists these directories indisable-programs.inc, and then noblacklists them in the profiles of the applications which require access to them.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.