mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3925] telegram-desktop launch browser for open URL (after update to 0.9.64.2) #2455
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @13ilya-old on GitHub (Jan 29, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3925
After update to 0.9.64.2 (although I'm not sure if it has anything to do with the firejail update), telegram-desktop need reed /etc/passwd to start the browser correctly (tested on firefox in openSUSE Tumbleweed).
Otherwise it displays an error: Error getpwuid: main.c:236 init_cfg: No such file or directory.
/etc/firejail/telegram.profile
-private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,pki,pulse,resolv.conf,ssl,xdg
+private-etc alternatives,alsa,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,machine-id,os-release,passwd,pki,pulse,resolv.conf,ssl,xdg
@rusty-snake commented on GitHub (Jan 29, 2021):
Should be fixed, thanks for reporting.
FWIW: #2877 issue 1
BTW: You can use code-blocks for such diffs which look nicer.
Code:
Rendered:
@13ilya-old commented on GitHub (Jan 29, 2021):
Well. Thank you!