mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4069] [MERGED] New profiles: hasher-common and checksum tools #5018
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#5018
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/4069
Author: @rusty-snake
Created: 3/8/2021
Status: ✅ Merged
Merged: 3/19/2021
Merged by: @netblue30
Base:
master← Head:hasher-profiles📝 Commits (1)
f7e232cAdd 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.