mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3221] openshot.profile needs update for openshot 2.5.0 #2018
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#2018
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 @jose1711 on GitHub (Feb 12, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3221
openshot-qtgives errors and is unable to present file selection dialog on arch linux with the current 2.5.0 version.stdout/stderr:
@ghost commented on GitHub (Feb 12, 2020):
The default openshot profile currently disables network access. Can you try with
--ignore net none --netfilter --protocol unix,inet,inet6,netlinkand report back if that changes anything?@jose1711 commented on GitHub (Feb 13, 2020):
@glitsj16 yes, this workaround works. thank you
@ghost commented on GitHub (Feb 13, 2020):
@jose1711 I'll add those needed changes for openshot 2.5.0 in a minute. Thanks for reporting this here, much appreciated! If you install firejail using your OS' package manager, just remember to remove these options after a future update so your openshot.local file stays in-sync.
@rusty-snake commented on GitHub (Feb 13, 2020):
Just one question works it with
net none+protocol unix,inet,inet6,netlink?@rusty-snake commented on GitHub (Feb 23, 2020):
@jose1711 @glitsj16 the thumbnail-server is started by openshot on
127.0.0.1:high-random-port. Openshot needinetto create this socket forlobut it does not need internet access. Can you confirm this?firejail --net=none --protocol=unix,inet openshot-qt@ghost commented on GitHub (Feb 23, 2020):
The above was why I assumed openshot needed full internet access. I can't test right now, as I'm on a friend's machine during the weekend.
@rusty-snake commented on GitHub (Feb 23, 2020):
@glitsj16 I know that openshot has some telemetry stuff. I looked into the code of openshot (https://github.com/OpenShot/openshot-qt/blob/develop/src/classes/version.py and https://github.com/OpenShot/openshot-qt/blob/develop/src/windows/main_window.py#L2317). Openshot displays an "update available" message. IMHO it is ok to drop this support in the profile, since update are installed with your packet-manager. Maybe we can add a note like "Uncomment (or at to openshot.local) if you want telemetry and update notifications.".
@jose1711 commented on GitHub (Feb 27, 2020):
Running
openshotlike thisseems to work fine.
@ghost commented on GitHub (Feb 27, 2020):
@jose1711 Thanks for confirming!