From 41cf70af565130c87d4432c1c6d2fc5fd0ba8fc1 Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Thu, 14 Jun 2018 04:03:26 -0400 Subject: Add riot-desktop redirect profile, create Riot config directory --- etc/riot-desktop.profile | 9 +++++++++ etc/riot-web.profile | 1 + 2 files changed, 10 insertions(+) create mode 100644 etc/riot-desktop.profile (limited to 'etc') diff --git a/etc/riot-desktop.profile b/etc/riot-desktop.profile new file mode 100644 index 000000000..d38ab6876 --- /dev/null +++ b/etc/riot-desktop.profile @@ -0,0 +1,9 @@ +# Firejail profile for riot-desktop +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/riot-desktop.local +# Persistent global definitions +include /etc/firejail/globals.local + +# Redirect +include /etc/firejail/riot-web.profile diff --git a/etc/riot-web.profile b/etc/riot-web.profile index 06dbbe9d9..1779d0b7c 100644 --- a/etc/riot-web.profile +++ b/etc/riot-web.profile @@ -7,6 +7,7 @@ include /etc/firejail/globals.local noblacklist ${HOME}/.config/Riot +mkdir ${HOME}/.config/Riot whitelist ${HOME}/.config/Riot include /etc/firejail/whitelist-common.inc -- cgit v1.2.3-54-g00ecf