mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5071] [MERGED] profiles: blacklist and make ~/Applications dir read-only #5352
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#5352
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/5071
Author: @kmk3
Created: 3/24/2022
Status: ✅ Merged
Merged: 3/29/2022
Merged by: @netblue30
Base:
master← Head:add-appimage-dir📝 Commits (2)
2dc957ddisable-common.inc: make ~/Applications dir read-onlyd1336c9disable-programs.inc: blacklist ~/Applications dir📊 Changes
2 files changed (+4 additions, -0 deletions)
View changed files
📝
etc/inc/disable-common.inc(+3 -0)📝
etc/inc/disable-programs.inc(+1 -0)📄 Description
This directory is monitored by both appimaged[1] and
AppImageLauncher[2]. Also, when opening an AppImage with
AppImageLauncher, it may prompt the user to move the AppImage to
~/Applications.
Note that even when blacklisting a directory, it is possible to execute
an AppImage from it. For example, the following works:
While the resulting process does not appear to have access to the
blacklisted directory.
[1]
2323f1825e/README.md (monitored-directories)[2] https://github.com/TheAssassin/AppImageLauncher/wiki/Configuration
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.