aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar York Zhao <gtdplatform@gmail.com>2021-12-18 19:03:38 -0500
committerLibravatar York Zhao <gtdplatform@gmail.com>2021-12-18 22:54:39 -0500
commitf4bfeae8896123173e6e6f89178892496ef8dfe8 (patch)
tree71e758e2b0025ba20023a6f7cff95a8a9b38d275 /etc
parentMerge pull request #4782 from jose1711/nextcloud_usrshare (diff)
downloadfirejail-f4bfeae8896123173e6e6f89178892496ef8dfe8.tar.gz
firejail-f4bfeae8896123173e6e6f89178892496ef8dfe8.tar.zst
firejail-f4bfeae8896123173e6e6f89178892496ef8dfe8.zip
Allow telegram to open hyperlinks
Diffstat (limited to 'etc')
-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