mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #2255] [MERGED] Allow prefixing colon to profile argument of --profile to for a profile search #4241
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#4241
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/2255
Author: @crass
Created: 11/9/2018
Status: ✅ Merged
Merged: 11/14/2018
Merged by: @netblue30
Base:
master← Head:fix-profile-name-handling📝 Commits (1)
49fef2fAllow prefixing colon to profile argument of --profile to for a profile search, and disallow a directory to match as a profile file.📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
src/firejail/main.c(+3 -2)📝
src/man/firejail.txt(+1 -1)📄 Description
I ran into this while executing digikam with firejail while in the current directory there was a file named
digikam. So firejail was trying to read that file as a profile file. This patch would allow me to use--profile=:digikamto force digikam to do a profile search instead of looking in the current directory for profiles.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.