From d824eee1d0ee2dfb816ef644a1cb4b9cadd7be1c Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 27 Jun 2019 20:19:51 +0000 Subject: Streamline redirect profiles (follow-up) (#2803) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) --- etc/Discord.profile | 3 +-- etc/DiscordCanary.profile | 3 +-- etc/atom-beta.profile | 6 +++++- etc/autokey-gtk.profile | 2 +- etc/autokey-qt.profile | 2 +- etc/autokey-run.profile | 2 +- etc/autokey-shell.profile | 2 +- etc/chromium-common.profile | 2 +- etc/cryptocat.profile | 1 - etc/discord-canary.profile | 3 +-- etc/discord-common.profile | 2 +- etc/discord.profile | 3 +-- etc/firefox-common.profile | 2 +- 13 files changed, 16 insertions(+), 17 deletions(-) (limited to 'etc') diff --git a/etc/Discord.profile b/etc/Discord.profile index 9a8957265..3f274b21c 100644 --- a/etc/Discord.profile +++ b/etc/Discord.profile @@ -5,7 +5,6 @@ include Discord.local # Persistent global definitions include globals.local - noblacklist ${HOME}/.config/discord mkdir ${HOME}/.config/discord @@ -14,5 +13,5 @@ whitelist ${HOME}/.config/discord private-bin Discord private-opt Discord -#Redirect +# Redirect include discord-common.profile diff --git a/etc/DiscordCanary.profile b/etc/DiscordCanary.profile index 0624ff949..d24e73ed8 100644 --- a/etc/DiscordCanary.profile +++ b/etc/DiscordCanary.profile @@ -5,7 +5,6 @@ include DiscordCanary.local # Persistent global definitions include globals.local - noblacklist ${HOME}/.config/discordcanary mkdir ${HOME}/.config/discordcanary @@ -14,5 +13,5 @@ whitelist ${HOME}/.config/discordcanary private-bin DiscordCanary private-opt DiscordCanary -#Redirect +# Redirect include discord-common.profile diff --git a/etc/atom-beta.profile b/etc/atom-beta.profile index 36baee5c4..c0ee2c492 100644 --- a/etc/atom-beta.profile +++ b/etc/atom-beta.profile @@ -2,5 +2,9 @@ # This file is overwritten after every install/update # Persistent local customizations include atom-beta.local -# Profile redirect +# Persistent global definitions +# added by included profile +#include globals.local + +# Redirect include atom.profile diff --git a/etc/autokey-gtk.profile b/etc/autokey-gtk.profile index 86168ba0d..7e398fc6b 100644 --- a/etc/autokey-gtk.profile +++ b/etc/autokey-gtk.profile @@ -7,5 +7,5 @@ include autokey-gtk.local # added by included profile #include globals.local -#Redirect +# Redirect include autokey-common.profile diff --git a/etc/autokey-qt.profile b/etc/autokey-qt.profile index f3877d829..1a2365681 100644 --- a/etc/autokey-qt.profile +++ b/etc/autokey-qt.profile @@ -7,5 +7,5 @@ include autokey-qt.local # added by included profile #include globals.local -#Redirect +# Redirect include autokey-common.profile diff --git a/etc/autokey-run.profile b/etc/autokey-run.profile index b70239022..dca1f4548 100644 --- a/etc/autokey-run.profile +++ b/etc/autokey-run.profile @@ -7,5 +7,5 @@ include autokey-run.local # added by included profile #include globals.local -#Redirect +# Redirect include autokey-common.profile diff --git a/etc/autokey-shell.profile b/etc/autokey-shell.profile index 5745fce77..def5809c2 100644 --- a/etc/autokey-shell.profile +++ b/etc/autokey-shell.profile @@ -7,5 +7,5 @@ include autokey-shell.local # added by included profile #include globals.local -#Redirect +# Redirect include autokey-common.profile diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile index ba6f9d88c..7b88e417a 100644 --- a/etc/chromium-common.profile +++ b/etc/chromium-common.profile @@ -3,7 +3,7 @@ # Persistent local customizations include chromium-common.local # Persistent global definitions -# already included by caller profile +# added by caller profile #include globals.local # noexec ${HOME} breaks DRM binaries. diff --git a/etc/cryptocat.profile b/etc/cryptocat.profile index 7a9039ea4..69aa39de2 100644 --- a/etc/cryptocat.profile +++ b/etc/cryptocat.profile @@ -1,6 +1,5 @@ # Firejail profile alias for Cryptocat # This file is overwritten after every install/update - # Redirect include Cryptocat.profile diff --git a/etc/discord-canary.profile b/etc/discord-canary.profile index 12b5433b2..3e9dacd1e 100644 --- a/etc/discord-canary.profile +++ b/etc/discord-canary.profile @@ -5,7 +5,6 @@ include discord-canary.local # Persistent global definitions include globals.local - noblacklist ${HOME}/.config/discordcanary mkdir ${HOME}/.config/discordcanary @@ -14,5 +13,5 @@ whitelist ${HOME}/.config/discordcanary private-bin discord-canary private-opt discord-canary -#Redirect +# Redirect include discord-common.profile diff --git a/etc/discord-common.profile b/etc/discord-common.profile index 82dd0475c..a6e730937 100644 --- a/etc/discord-common.profile +++ b/etc/discord-common.profile @@ -3,7 +3,7 @@ # Persistent local customizations include discord-common.local # Persistent global definitions -# already included by caller profile +# added by caller profile #include globals.local include disable-common.inc diff --git a/etc/discord.profile b/etc/discord.profile index 62c4a5658..8ef02a30f 100644 --- a/etc/discord.profile +++ b/etc/discord.profile @@ -5,7 +5,6 @@ include discord.local # Persistent global definitions include globals.local - noblacklist ${HOME}/.config/discord mkdir ${HOME}/.config/discord @@ -14,5 +13,5 @@ whitelist ${HOME}/.config/discord private-bin discord private-opt discord -#Redirect +# Redirect include discord-common.profile diff --git a/etc/firefox-common.profile b/etc/firefox-common.profile index 961b338e7..6ad4a9bc2 100644 --- a/etc/firefox-common.profile +++ b/etc/firefox-common.profile @@ -3,7 +3,7 @@ # Persistent local customizations include firefox-common.local # Persistent global definitions -# already included by caller profile +# added by caller profile #include globals.local # noexec ${HOME} breaks DRM binaries. -- cgit v1.2.3-54-g00ecf