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