firejail/etc
Kelvin M. Klann 0298a7eba7
profiles: use xdg macros with subpaths (#7160)
Commands used to search and replace:

    $ git grep -IElz '\$\{HOME\}/(Desktop|Documents|Downloads|Music|Pictures|Projects|Videos)' -- etc |
      xargs -0 perl -pi -e '
        s/\$\{HOME\}\/Desktop/\${DESKTOP}/;
        s/\$\{HOME\}\/Documents/\${DOCUMENTS}/;
        s/\$\{HOME\}\/Downloads/\${DOWNLOADS}/;
        s/\$\{HOME\}\/Music/\${MUSIC}/;
        s/\$\{HOME\}\/Pictures/\${PICTURES}/;
        s/\$\{HOME\}\/Projects/\${PROJECTS}/;
        s/\$\{HOME\}\/Videos/\${VIDEOS}/;
      '

Note: The entries in the following profiles were sorted manually:

* etc/profile-m-z/Mathematica.profile
* etc/profile-m-z/prismlauncher.profile
* etc/profile-m-z/zoom.profile

This is a follow-up to #7151.
2026-05-11 14:07:42 +00:00
..
apparmor Fix misc whitespace 2026-02-23 13:20:38 -03:00
inc feature: add ${PROJECTS} macro (#7157) 2026-05-09 13:19:42 +00:00
net added link-local addresses to 'nolocal' firewall configs (#7054) 2026-02-06 20:40:02 -05:00
profile-a-l profiles: use xdg macros with subpaths (#7160) 2026-05-11 14:07:42 +00:00
profile-m-z profiles: use xdg macros with subpaths (#7160) 2026-05-11 14:07:42 +00:00
templates feature: add ${PROJECTS} macro (#7157) 2026-05-09 13:19:42 +00:00
firejail.config build: remove remnants of overlayfs/--overlay 2025-12-19 16:35:02 -03:00
login.users