mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1869] atool private-etc issue #1262
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#1262
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 @ghost on GitHub (Apr 7, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1869
Hi, atool profile from latest git has private-etc
none, resulting in zero-size extracted files:Easily fixed by changing to
private-etc passwd,group. I'll do a PR with the fix.The profile might also benefit from 2 additional 'redirect' profiles too, for
bunzip2andgunzip. Both of these seem to be called by default.Regards
@ghost commented on GitHub (Apr 7, 2018):
The PR is here. I'm currently going over firejail's profiles for archiving tools like 7z, atool, bsdtar, gzip, tar, unrar, unzip, xz and xzdec. These are all pretty much standard tools I'm familiar with. What do you advise regarding 'redirect' profiles?
I wouldn't mind checking relevant packages, adding what's in /usr/bin (on Arch at least) as redirect files. Personally I think all these tools are pretty stable. Firejail could benefit from adding those without causing much maintainability issues, if any. I guess I'm looking for advice on this topic 😄. Thoughts?