mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3820] [MERGED] Refactor archivers #4895
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#4895
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/3820
Author: @ghost
Created: 12/14/2020
Status: ✅ Merged
Merged: 12/15/2020
Merged by: @undefined
Base:
master← Head:refactor-archivers📝 Commits (10+)
113fa46Create archiver-common.inccfc13b4add apparmor to archiver-common.inc0277a05refactor 7z.profile01948fcrefactor ar.profile91b5acerefactor atool.profile79f6eb0refactor bsdtar.profile28f536arefactor cpio.profile6274526refactor gzip.profile95a12b6refactor tar.profile9f94bd8refactor unrar.profile📊 Changes
12 files changed (+72 additions, -382 deletions)
View changed files
➕
etc/inc/archiver-common.inc(+44 -0)📝
etc/profile-a-l/7z.profile(+3 -36)📝
etc/profile-a-l/ar.profile(+1 -37)📝
etc/profile-a-l/atool.profile(+3 -35)📝
etc/profile-a-l/bsdtar.profile(+3 -36)📝
etc/profile-a-l/cpio.profile(+4 -34)📝
etc/profile-a-l/gzip.profile(+2 -37)📝
etc/profile-m-z/tar.profile(+2 -36)📝
etc/profile-m-z/unrar.profile(+3 -33)📝
etc/profile-m-z/unzip.profile(+2 -32)📝
etc/profile-m-z/xzdec.profile(+3 -32)📝
etc/profile-m-z/zstd.profile(+2 -34)📄 Description
Introduce
archive-common.inc: common file for all archivers.For now this WIP simply recreates existing archiver profiles.
It's intention is to:
E.g. most have nogroups and have noroot commented, but a few divert from this pattern. I intend to do a follow-up review after extended testing, so for now this is a WIP.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.