mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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
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/
9 lines
198 B
Text
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}
|