mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1879] Lighter profile for cinelerra #1267
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#1267
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 @HotelBellaMuerte on GitHub (Apr 11, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1879
If you try to use x265 cin hangs
with this x265 works (with it i got 4-6 threads instead of <4, and as i've and 8t cpu its fine)
https://p.teknik.io/pYzl9
@HotelBellaMuerte commented on GitHub (Apr 11, 2018):
Extra!
i've run a small bench
With default profile: 2 minutes 40 seconds
Now: 40 seconds
@smitsohu commented on GitHub (Apr 11, 2018):
Hi @bn0785ac,
do you use some proprietary graphics driver? With regards to seccomp, run
sudo journalctl | grep syscallafter cinelerra has been killed by firejail, it should show the violation.In order to identify the problem with private-bin, easiest is to start the program as
firejail --build cinelerra, then play a bit with it and close it again. In your terminal you'll find some profile suggestions, including for private-bin. Note however that the--buildoption is only available in firejail 0.9.52.@HotelBellaMuerte commented on GitHub (Apr 11, 2018):
Its more a caps issue (if i remove seccomp works), its rare that caps.drop.all doesnt block anything.
Render setup: CPU Only
GPU: RX 560
Driver: amdgpu (default)
@smitsohu commented on GitHub (Apr 13, 2018):
protocol unixis enabled in your profile, can you confirm it works with this option?@HotelBellaMuerte commented on GitHub (Apr 16, 2018):
works fine here (i've uploaded music videos to youtube with that)
@smitsohu commented on GitHub (Apr 17, 2018):
@bn0785ac Thanks. Can you please run
firejail cinelerraand paste here what you get in the terminal (error messages, warnings)? Do you get anything fromsudo journalctl | grep syscall, or does it return nothing?If you want we find the problematic system call(s) together. Then we could consider doing something like in /etc/firejail/clementine.profile and selectively allow only the needed system call(s), in order to keep most of the seccomp filter in place.
@smitsohu commented on GitHub (Apr 18, 2018):
Some time ago I came across this wiki article, which seems to indicate that
seccomp.keepis lighter.@smitsohu commented on GitHub (Aug 23, 2018):
@HotelBellaMuerte As the problems were either fixed or documented in the profiles, I'm closing the issue. Thank you for the bug report!