firejail/etc/profile-a-l/jami.profile
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

18 lines
457 B
Text

# Firejail profile for jami
# Description: An encrypted peer-to-peer messenger
# This file is overwritten after every install/update
# Persistent local customizations
include jami.local
# Persistent global definitions
# added by caller profile
#include globals.local
noblacklist ${HOME}/.config/jami.net
mkdir ${HOME}/.config/jami.net
mkdir ${VIDEOS}/Jami
whitelist ${HOME}/.config/jami.net
whitelist ${VIDEOS}/Jami
# Redirect
include jami-gnome.profile