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 579a17c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/profile-m-z/telegram.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ include globals.local
noblacklist ${HOME}/.TelegramDesktop
noblacklist ${HOME}/.local/share/TelegramDesktop

# Allow opening hyperlinks
noblacklist ${PATH}/bash
noblacklist ${PATH}/sh

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

disable-mnt
private-bin telegram,Telegram,telegram-desktop
private-bin telegram,Telegram,telegram-desktop,bash,sh
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 579a17c

Please sign in to comment.