mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
[PR #7157] feature: add ${PROJECTS} macro #6348
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#6348
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/7157
Author: @kmk3
Created: 5/5/2026
Status: 🔄 Open
Base:
master← Head:add-xdg-projects-macro📝 Commits (1)
b92f57cfeature: add${PROJECTS}macro📊 Changes
14 files changed (+79 additions, -1 deletions)
View changed files
📝
Makefile(+1 -1)📝
contrib/syntax/lists/profile_macros.list(+1 -0)📝
etc/inc/disable-xdg.inc(+1 -0)📝
etc/templates/profile.template(+1 -0)📝
src/firejail/macros.c(+6 -0)📝
test/fs/fs.sh(+5 -0)📝
test/fs/macro-blacklist.profile(+1 -0)📝
test/fs/macro-readonly.profile(+1 -0)📝
test/fs/macro-subpath-blacklist.profile(+1 -0)📝
test/fs/macro-subpath-readonly.profile(+1 -0)📝
test/fs/macro-subpath-whitelist.profile(+1 -0)📝
test/fs/macro-subpath.exp(+30 -0)📝
test/fs/macro-whitelist.profile(+1 -0)📝
test/fs/macro.exp(+28 -0)📄 Description
Based on the new ~/Projects directory from version 0.20 of the
xdg-user-dirs specification[1]:
XDG_PROJECTS_DIR="$HOME/Projects"Relates to #7147 #7151.
[1] https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.