[GH-ISSUE #3614] telegram.profile needs netlink protocol #2270

Closed
opened 2026-05-05 08:57:50 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @reagentoo on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3614

Since v2.3.0 the Telegram Desktop supports video calls.
https://github.com/telegramdesktop/tdesktop/releases/tag/v2.3.0
This feature does not work w/o netlink protocol in the profile. Tested on v2.3.2.
Please change the next line
protocol unix,inet,inet6
to
protocol unix,inet,inet6,netlink

Originally created by @reagentoo on GitHub (Aug 30, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3614 Since v2.3.0 the Telegram Desktop supports video calls. https://github.com/telegramdesktop/tdesktop/releases/tag/v2.3.0 This feature does not work w/o netlink protocol in the profile. Tested on v2.3.2. Please change the next [line](https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/telegram.profile#L23) `protocol unix,inet,inet6` to `protocol unix,inet,inet6,netlink`
Author
Owner

@rusty-snake commented on GitHub (Aug 30, 2020):

Fixed, Thanks.

<!-- gh-comment-id:683425653 --> @rusty-snake commented on GitHub (Aug 30, 2020): Fixed, Thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2270
No description provided.