aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/sha512sum.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-08 17:16:37 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-03-14 21:26:37 +0100
commitf7e232c1bef82898982564e61b1e1d89e91f87f2 (patch)
tree6c9c963078398a3213203beb3c68dc212c84d810 /etc/profile-m-z/sha512sum.profile
parentprofile fixes (diff)
downloadfirejail-f7e232c1bef82898982564e61b1e1d89e91f87f2.tar.gz
firejail-f7e232c1bef82898982564e61b1e1d89e91f87f2.tar.zst
firejail-f7e232c1bef82898982564e61b1e1d89e91f87f2.zip
Add profile for checksum tools
* Oops! Thanks for catching. * Add quiet
Diffstat (limited to 'etc/profile-m-z/sha512sum.profile')
-rw-r--r--etc/profile-m-z/sha512sum.profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/profile-m-z/sha512sum.profile b/etc/profile-m-z/sha512sum.profile
new file mode 100644
index 000000000..7ebaf3540
--- /dev/null
+++ b/etc/profile-m-z/sha512sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for sha512sum
2# Description: compute and check SHA512 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sha512sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sha512sum
11
12# Redirect
13include hasher-common.profile