mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5068] Hugin profile requires shell and uname #2867
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#2867
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 (Mar 23, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5068
Description
Hugin's component called PTBatcherGUI requires access to shell and uname binary, otherwise this error is shown during stitching process (
uname: error 12: Cannot allocate memory)Steps to Reproduce
LC_ALL=C firejail huginPTBatcherGUIis being executed)Expected behavior
No error should be generated during the process.
Behavior without a profile
No error is shown when running without profile. Another way to get rid of it is make the following modification to the profile:
Note that on my system
/usr/bin/shpoints tobash.Additional context
I don't think the actual panorama creation is affected, the error however should not really be there.
Environment
firejail-git r8235.11af0293d-1Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@rusty-snake commented on GitHub (Mar 24, 2022):
Open a PR with it ;)