[PR #7157] feature: add ${PROJECTS} macro #6348

Open
opened 2026-05-05 10:55:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7157
Author: @kmk3
Created: 5/5/2026
Status: 🔄 Open

Base: masterHead: add-xdg-projects-macro


📝 Commits (1)

  • b92f57c feature: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/7157 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 5/5/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-xdg-projects-macro` --- ### 📝 Commits (1) - [`b92f57c`](https://github.com/netblue30/firejail/commit/b92f57c7f48dd036dc3774f0b40aa34c722f02f3) feature: add `${PROJECTS}` macro ### 📊 Changes **14 files changed** (+79 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 10:55:14 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6348
No description provided.