mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3347] [MERGED] Clarify that file globbing occurs only at start #4733
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#4733
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/3347
Author: @aerusso
Created: 4/11/2020
Status: ✅ Merged
Merged: 4/12/2020
Merged by: @rusty-snake
Base:
master← Head:pulls/documentation-globbing📝 Commits (1)
7352501Clarify that file globbing occurs only at start📊 Changes
2 files changed (+13 additions, -5 deletions)
View changed files
📝
src/man/firejail-profile.txt(+3 -2)📝
src/man/firejail.txt(+10 -3)📄 Description
firejail can blacklist (and now also whitelist) files based on glob pattern. This pattern is evaluated at firejail start, and not updated at run time. This patch documents this behavior.
The problem
You should be able to reproduce this behavior by:
Then, in another shell,
You can access this in the jailed shell. Stopping and restarting it gives the proper blacklisting.
Alternatives
Ideally, the blacklist glob would be evaluated at runtime, but that doesn't seem compatible with the approach firejail uses.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.