Skip to content

Commit

Permalink
Allow telegram to open hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkZ committed Dec 19, 2021
1 parent 723250e commit f4bfeae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/profile-m-z/telegram.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ include globals.local
noblacklist ${HOME}/.TelegramDesktop
noblacklist ${HOME}/.local/share/TelegramDesktop

# Allow opening hyperlinks
include allow-bin-sh.inc

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
Expand Down Expand Up @@ -41,7 +44,7 @@ seccomp.block-secondary
shell none

disable-mnt
private-bin telegram,Telegram,telegram-desktop
private-bin bash,sh,telegram,Telegram,telegram-desktop,xdg-open
private-cache
private-dev
private-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
Expand Down

0 comments on commit f4bfeae

Please sign in to comment.