aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:36 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:36 -0500
commitf43d120251a4a11f1df82d9c58a4d501ea0e4bbd (patch)
treeed61e91cc91c00c1f3878186584372cbcba064ab
parentfix make test-filter (diff)
parentadd credit for #4783 (diff)
downloadfirejail-f43d120251a4a11f1df82d9c58a4d501ea0e4bbd.tar.gz
firejail-f43d120251a4a11f1df82d9c58a4d501ea0e4bbd.tar.zst
firejail-f43d120251a4a11f1df82d9c58a4d501ea0e4bbd.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
-rw-r--r--README1
-rw-r--r--etc/profile-m-z/telegram.profile5
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 4a333d053..5aa60d83a 100644
--- a/README
+++ b/README
@@ -1111,6 +1111,7 @@ xee5ch (https://github.com/xee5ch)
1111 - skypeforlinux profile 1111 - skypeforlinux profile
1112York Zhao (https://github.com/YorkZ) 1112York Zhao (https://github.com/YorkZ)
1113 - tor browser profile fix 1113 - tor browser profile fix
1114 - allow telegram to open hyperlinks
1114Ypnose (https://github.com/Ypnose) 1115Ypnose (https://github.com/Ypnose)
1115 - disable-shell.inc: add mksh shell 1116 - disable-shell.inc: add mksh shell
1116yumkam (https://github.com/yumkam) 1117yumkam (https://github.com/yumkam)
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