[PR #665] [MERGED] Add profiles for tar (gtar), unzip and unrar #3707

Closed
opened 2026-05-05 10:06:27 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/665
Author: @thomasjfox
Created: 7/30/2016
Status: Merged
Merged: 7/31/2016
Merged by: @netblue30

Base: masterHead: unpacker-profiles


📝 Commits (2)

  • 2d60937 Add profiles for tar (gtar), unzip and unrar
  • f72ac8e Add file.profile

📊 Changes

10 files changed (+61 additions, -0 deletions)

View changed files

📝 Makefile.in (+5 -0)
📝 README (+2 -0)
📝 README.md (+1 -0)
📝 RELNOTES (+1 -0)
etc/file.profile (+11 -0)
etc/gtar.profile (+1 -0)
etc/tar.profile (+13 -0)
etc/unrar.profile (+11 -0)
etc/unzip.profile (+11 -0)
📝 platform/debian/conffiles (+5 -0)

📄 Description

I've tested compression and uncompression of
various tar formats and also straced unzip/unrar
regarding their file access in /etc.

-> should be fine.

If you want to unpack files in /usr/bin or so,
then use the --ignore=private-bin switch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/665 **Author:** [@thomasjfox](https://github.com/thomasjfox) **Created:** 7/30/2016 **Status:** ✅ Merged **Merged:** 7/31/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `unpacker-profiles` --- ### 📝 Commits (2) - [`2d60937`](https://github.com/netblue30/firejail/commit/2d60937932a44ed5dfe3afecdae846386275a25a) Add profiles for tar (gtar), unzip and unrar - [`f72ac8e`](https://github.com/netblue30/firejail/commit/f72ac8eab33b4c923d75e010545721cc8fe552ce) Add file.profile ### 📊 Changes **10 files changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+5 -0) 📝 `README` (+2 -0) 📝 `README.md` (+1 -0) 📝 `RELNOTES` (+1 -0) ➕ `etc/file.profile` (+11 -0) ➕ `etc/gtar.profile` (+1 -0) ➕ `etc/tar.profile` (+13 -0) ➕ `etc/unrar.profile` (+11 -0) ➕ `etc/unzip.profile` (+11 -0) 📝 `platform/debian/conffiles` (+5 -0) </details> ### 📄 Description I've tested compression and uncompression of various tar formats and also straced unzip/unrar regarding their file access in /etc. -> should be fine. If you want to unpack files in /usr/bin or so, then use the --ignore=private-bin switch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:06:27 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3707
No description provided.