mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
16 lines
414 B
Text
16 lines
414 B
Text
# 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
|
|
|
|
# If you use nvm, add the below lines to your sha256sum.local
|
|
#noblacklist ${HOME}/.nvm
|
|
|
|
private-bin sha256sum
|
|
|
|
# Redirect
|
|
include hasher-common.profile
|