mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
New profile: b3sum (blake3) (#6577)
https://github.com/BLAKE3-team/BLAKE3
This commit is contained in:
parent
028d236b82
commit
afce4679bf
2 changed files with 14 additions and 0 deletions
13
etc/profile-a-l/b3sum.profile
Normal file
13
etc/profile-a-l/b3sum.profile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Firejail profile for b3sum
|
||||
# Description: compute and check BLAKE3 message digest
|
||||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include b3sum.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
private-bin b3sum
|
||||
|
||||
# Redirect
|
||||
include hasher-common.profile
|
||||
|
|
@ -89,6 +89,7 @@ avidemux3_qt5
|
|||
aweather
|
||||
axel
|
||||
b2sum
|
||||
b3sum
|
||||
ballbuster
|
||||
baloo_file
|
||||
baloo_filemetadata_temp_extractor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue