aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/md5sum.profile13
-rw-r--r--etc/profile-m-z/sha1sum.profile13
-rw-r--r--etc/profile-m-z/sha224sum.profile13
-rw-r--r--etc/profile-m-z/sha256sum.profile13
-rw-r--r--etc/profile-m-z/sha384sum.profile13
-rw-r--r--etc/profile-m-z/sha512sum.profile13
-rw-r--r--etc/profile-m-z/sum.profile13
7 files changed, 91 insertions, 0 deletions
diff --git a/etc/profile-m-z/md5sum.profile b/etc/profile-m-z/md5sum.profile
new file mode 100644
index 000000000..3612c73fd
--- /dev/null
+++ b/etc/profile-m-z/md5sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for md5sum
2# Description: compute and check MD5 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include md5sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin md5sum
11
12# Redirect
13include hasher-common.profile
diff --git a/etc/profile-m-z/sha1sum.profile b/etc/profile-m-z/sha1sum.profile
new file mode 100644
index 000000000..b2064b95d
--- /dev/null
+++ b/etc/profile-m-z/sha1sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for sha1sum
2# Description: compute and check SHA1 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sha1sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sha1sum
11
12# Redirect
13include hasher-common.profile
diff --git a/etc/profile-m-z/sha224sum.profile b/etc/profile-m-z/sha224sum.profile
new file mode 100644
index 000000000..cb26cc5ff
--- /dev/null
+++ b/etc/profile-m-z/sha224sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for sha224sum
2# Description: compute and check SHA224 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sha224sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sha224sum
11
12# Redirect
13include hasher-common.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 @@
1# Firejail profile for sha256sum
2# Description: compute and check SHA256 message digest
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sha256sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sha256sum
11
12# Redirect
13include hasher-common.profile
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
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
diff --git a/etc/profile-m-z/sum.profile b/etc/profile-m-z/sum.profile
new file mode 100644
index 000000000..cd73af919
--- /dev/null
+++ b/etc/profile-m-z/sum.profile
@@ -0,0 +1,13 @@
1# Firejail profile for sum
2# Description: checksum and count the blocks in a file
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include sum.local
7# Persistent global definitions
8include globals.local
9
10private-bin sum
11
12# Redirect
13include hasher-common.profile