aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-12-19 04:03:03 +0000
committerLibravatar GitHub <noreply@github.com>2021-12-19 04:03:03 +0000
commitf25a9f1cbdc6e7fbce2e796690335226dd6a9e3c (patch)
treecf9b49e89f817f5ba7ca73b4a4008e907e374e77
parenttesting (diff)
parentAllow telegram to open hyperlinks (diff)
downloadfirejail-f25a9f1cbdc6e7fbce2e796690335226dd6a9e3c.tar.gz
firejail-f25a9f1cbdc6e7fbce2e796690335226dd6a9e3c.tar.zst
firejail-f25a9f1cbdc6e7fbce2e796690335226dd6a9e3c.zip
Merge pull request #4783 from YorkZ/pr
Allow telegram to open hyperlinks
-rw-r--r--etc/profile-m-z/telegram.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-m-z/telegram.profile b/etc/profile-m-z/telegram.profile
index dc1f77664..ce0119078 100644
--- a/etc/profile-m-z/telegram.profile
+++ b/etc/profile-m-z/telegram.profile
@@ -8,6 +8,9 @@ include globals.local
8noblacklist ${HOME}/.TelegramDesktop 8noblacklist ${HOME}/.TelegramDesktop
9noblacklist ${HOME}/.local/share/TelegramDesktop 9noblacklist ${HOME}/.local/share/TelegramDesktop
10 10
11# Allow opening hyperlinks
12include allow-bin-sh.inc
13
11include disable-common.inc 14include disable-common.inc
12include disable-devel.inc 15include disable-devel.inc
13include disable-exec.inc 16include disable-exec.inc
@@ -41,7 +44,7 @@ seccomp.block-secondary
41shell none 44shell none
42 45
43disable-mnt 46disable-mnt
44private-bin telegram,Telegram,telegram-desktop 47private-bin bash,sh,telegram,Telegram,telegram-desktop,xdg-open
45private-cache 48private-cache
46private-dev 49private-dev
47private-etc alsa,alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg 50private-etc alsa,alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg