aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
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
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')
-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