aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Telegram.profile2
-rw-r--r--etc/telegram-desktop.profile9
-rw-r--r--etc/telegram.profile2
3 files changed, 11 insertions, 2 deletions
diff --git a/etc/Telegram.profile b/etc/Telegram.profile
index a8841eb8c..7b44a62f1 100644
--- a/etc/Telegram.profile
+++ b/etc/Telegram.profile
@@ -5,5 +5,5 @@ include /etc/firejail/globals.local
5# Persistent customizations should go in a .local file. 5# Persistent customizations should go in a .local file.
6include /etc/firejail/Telegram.local 6include /etc/firejail/Telegram.local
7 7
8# Telegram IRC profile 8# Telegram profile
9include /etc/firejail/telegram.profile 9include /etc/firejail/telegram.profile
diff --git a/etc/telegram-desktop.profile b/etc/telegram-desktop.profile
new file mode 100644
index 000000000..db5c2bdbb
--- /dev/null
+++ b/etc/telegram-desktop.profile
@@ -0,0 +1,9 @@
1# Persistent global definitions go here
2include /etc/firejail/globals.local
3
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/telegram-desktop.local
7
8# Telegram profile
9include /etc/firejail/telegram.profile
diff --git a/etc/telegram.profile b/etc/telegram.profile
index 5282789ce..db00e8082 100644
--- a/etc/telegram.profile
+++ b/etc/telegram.profile
@@ -5,7 +5,7 @@ include /etc/firejail/globals.local
5# Persistent customizations should go in a .local file. 5# Persistent customizations should go in a .local file.
6include /etc/firejail/telegram.local 6include /etc/firejail/telegram.local
7 7
8# Telegram IRC profile 8# Telegram profile
9noblacklist ${HOME}/.TelegramDesktop 9noblacklist ${HOME}/.TelegramDesktop
10include /etc/firejail/disable-common.inc 10include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-programs.inc 11include /etc/firejail/disable-programs.inc