mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3961] [MERGED] etc: use ${DOCUMENTS} macro where appropriate #4966
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#4966
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/3961
Author: @kmk3
Created: 2/8/2021
Status: ✅ Merged
Merged: 2/8/2021
Merged by: @undefined
Base:
master← Head:fix-macro-usage📝 Commits (1)
5df1f27etc: use ${DOCUMENTS} macro where appropriate📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
etc/profile-a-l/keepassxc.profile(+3 -3)📝
etc/profile-m-z/Mathematica.profile(+2 -2)📄 Description
Currently, some paths are hard-coded:
Commands used to search and replace:
Related to that, the (lack of) usage of ${DOWNLOADS} has been recently
fixed on commit
deae31301("use ${DOWNLOADS} in lutris.profile(#3955)").
With the above change, all macros other than ${DOCUMENTS} seem to be
already used appropriately:
See src/firejail/macros.c for details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.