[PR #4069] [MERGED] New profiles: hasher-common and checksum tools #5018

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4069
Author: @rusty-snake
Created: 3/8/2021
Status: Merged
Merged: 3/19/2021
Merged by: @netblue30

Base: masterHead: hasher-profiles


📝 Commits (1)

  • f7e232c Add profile for checksum tools

📊 Changes

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

View changed files

etc/profile-a-l/b2sum.profile (+13 -0)
etc/profile-a-l/cksum.profile (+13 -0)
etc/profile-a-l/hasher-common.profile (+60 -0)
etc/profile-m-z/md5sum.profile (+13 -0)
etc/profile-m-z/sha1sum.profile (+13 -0)
etc/profile-m-z/sha224sum.profile (+13 -0)
etc/profile-m-z/sha256sum.profile (+13 -0)
etc/profile-m-z/sha384sum.profile (+13 -0)
etc/profile-m-z/sha512sum.profile (+13 -0)
etc/profile-m-z/sum.profile (+13 -0)

📄 Description

Someone told me that md5 is insecure, so I decided it is better to sandbox it so that is can be used securely. 🙃


hasher-common.profile is based on archiver-common.profile.


🔄 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/4069 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 3/8/2021 **Status:** ✅ Merged **Merged:** 3/19/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `hasher-profiles` --- ### 📝 Commits (1) - [`f7e232c`](https://github.com/netblue30/firejail/commit/f7e232c1bef82898982564e61b1e1d89e91f87f2) Add profile for checksum tools ### 📊 Changes **10 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `etc/profile-a-l/b2sum.profile` (+13 -0) ➕ `etc/profile-a-l/cksum.profile` (+13 -0) ➕ `etc/profile-a-l/hasher-common.profile` (+60 -0) ➕ `etc/profile-m-z/md5sum.profile` (+13 -0) ➕ `etc/profile-m-z/sha1sum.profile` (+13 -0) ➕ `etc/profile-m-z/sha224sum.profile` (+13 -0) ➕ `etc/profile-m-z/sha256sum.profile` (+13 -0) ➕ `etc/profile-m-z/sha384sum.profile` (+13 -0) ➕ `etc/profile-m-z/sha512sum.profile` (+13 -0) ➕ `etc/profile-m-z/sum.profile` (+13 -0) </details> ### 📄 Description Someone told me that md5 is insecure, so I decided it is better to sandbox it so that is can be used securely. :upside_down_face: --- hasher-common.profile is based on archiver-common.profile. --- <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:30:48 -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#5018
No description provided.