aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/sha384sum.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-03-19 07:37:48 -0500
committerLibravatar GitHub <noreply@github.com>2021-03-19 07:37:48 -0500
commit63fc5d918fa2338b96dc6554102de1a7f08bac7a (patch)
treea35d60e12369c0af6be8eabda3d5e5c28da36ca5 /etc/profile-m-z/sha384sum.profile
parentMerge pull request #3984 from nidamanx/patch-1 (diff)
parentAdd profile for checksum tools (diff)
downloadfirejail-63fc5d918fa2338b96dc6554102de1a7f08bac7a.tar.gz
firejail-63fc5d918fa2338b96dc6554102de1a7f08bac7a.tar.zst
firejail-63fc5d918fa2338b96dc6554102de1a7f08bac7a.zip
Merge pull request #4069 from rusty-snake/hasher-profiles
Add profile for checksum tools
Diffstat (limited to 'etc/profile-m-z/sha384sum.profile')
-rw-r--r--etc/profile-m-z/sha384sum.profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/profile-m-z/sha384sum.profile b/etc/profile-m-z/sha384sum.profile
new file mode 100644
index 000000000..6d876daed
--- /dev/null
+++ b/etc/profile-m-z/sha384sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for sha384sum
2# Description: compute and check SHA384 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sha384sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sha384sum
11
12# Redirect
13include hasher-common.profile