firejail/test/fs/macro-readonly.profile
Kelvin M. Klann 34f12c442e
Some checks are pending
Build-extra / build-gcc (push) Waiting to run
Build-extra / build-clang (push) Waiting to run
Build / build (push) Waiting to run
Check-C / scan-build (push) Waiting to run
Check-C / cppcheck (push) Waiting to run
Check-C / codeql-cpp (push) Waiting to run
Check-Profiles / profile-checks (push) Waiting to run
Codespell / codespell (push) Waiting to run
Test / test-main (push) Waiting to run
Test / test-fs (push) Waiting to run
Test / test-environment (push) Waiting to run
Test / test-utils (push) Waiting to run
Test / test-network (push) Waiting to run
feature: add ${PUBLICSHARE} and ${TEMPLATES} macros (#7164)
Add the following directories from the xdg-user-dirs specification[1]:

* `XDG_PUBLICSHARE_DIR="$HOME/Public"`
* `XDG_TEMPLATES_DIR="$HOME/Templates"`

With this, all directories from the specification are supported as
macros.

See also /etc/xdg/user-dirs.defaults.

Relates to #7157 #7163.

[1] https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
2026-05-15 13:11:54 +00:00

9 lines
198 B
Text

read-only ${DESKTOP}
read-only ${DOCUMENTS}
read-only ${DOWNLOADS}
read-only ${MUSIC}
read-only ${PICTURES}
read-only ${PROJECTS}
read-only ${PUBLICSHARE}
read-only ${TEMPLATES}
read-only ${VIDEOS}