mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #2475] [CLOSED] Archivers #4341
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#4341
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/2475
Author: @ghost
Created: 2/25/2019
Status: ❌ Closed
Base:
master← Head:archivers📝 Commits (7)
bf9fb34Harden 7z.profile2b636b1Harden atool.profile3ec59e7Harden 7z.profile0193f7bHarden cpio.profiled89a8e1Harden gzip.profilea4397bfHarden tar.profileb1b0ba3Harden bsdtar.profile📊 Changes
6 files changed (+59 additions, -8 deletions)
View changed files
📝
etc/7z.profile(+10 -1)📝
etc/atool.profile(+8 -1)📝
etc/bsdtar.profile(+10 -4)📝
etc/cpio.profile(+11 -0)📝
etc/gzip.profile(+10 -1)📝
etc/tar.profile(+10 -1)📄 Description
Hi all. For several months I have been testing archivers succesfully with hardened and streamlined profiles. I noticed there were some that used
nogroupswhile others didn't. All of the tested archivers currently haveignore noroot, yet I can't see any reason for it (which of course doesn't mean there isn't one).Additional hardening options I've enabled in all of the tested profiles:
apparmoripc-namespacemachine-idnet nonenodbusnogroupsnorootprotocol unixprivate-cachememory-deny-write-executenoexec ${HOME}noexec /tmpDuring the test period I have not experienced any errors or other weirdness. Again, that doesn't mean there aren't any problems, I just didn't see any on my test platforms (Arch Linux/Ubuntu LTS). Which makes me pose the question if people (especially running Fedora) would be interested to test these hardened profiles and provide feed-back here.
If this looks futile, not worth the trouble or otherwise superfluous, please feel free to point that out. No harm is done, this is a draft PR made for that purpose.
Looking forward to your input.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.