From f7e232c1bef82898982564e61b1e1d89e91f87f2 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 8 Mar 2021 17:16:37 +0100 Subject: Add profile for checksum tools * Oops! Thanks for catching. * Add quiet --- etc/profile-m-z/sha256sum.profile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/profile-m-z/sha256sum.profile (limited to 'etc/profile-m-z/sha256sum.profile') diff --git a/etc/profile-m-z/sha256sum.profile b/etc/profile-m-z/sha256sum.profile new file mode 100644 index 000000000..48944ebea --- /dev/null +++ b/etc/profile-m-z/sha256sum.profile @@ -0,0 +1,13 @@ +# Firejail profile for sha256sum +# Description: compute and check SHA256 message digest +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include sha256sum.local +# Persistent global definitions +include globals.local + +private-bin sha256sum + +# Redirect +include hasher-common.profile -- cgit v1.2.3-70-g09d2