mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6550] tesseract: ocrmypdf fails due to private-tmp #3301
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#3301
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 @kmille on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6550
Hey,
I'm using latest git version. The current
tesseractprofile breaksocrmypdf:These are the commands that run in background (this is incomplete!):
Fix for me is
ignore private-tmp. What also worked (basically the same):Unfortunately I can't tell you why this happens.
@kmk3 commented on GitHub (Nov 24, 2024):
Nice debugging.
How did you generate these
CMD=lines?Reason:
private-tmp) and tellsit to create files in /tmp
exist in the tesseract sandbox
@kmille commented on GitHub (Nov 24, 2024):
You can use pspy or execsnoop (command output). Thanks for fixing! Feel free to close this.
Btw: When do you release
0.9.74?0.9.72was released in May 2024.@kmk3 commented on GitHub (Nov 25, 2024):
Nice, thanks.
By the way, firejail has
--trace=foo.txt, though the output is more verbose.If the PR is merged, the issue is automatically closed (due to the
Fixesline).
Not sure.