mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
13 lines
312 B
Text
13 lines
312 B
Text
# Firejail profile for cksum
|
|
# Description: checksum and count the bytes in a file
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include cksum.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
private-bin cksum
|
|
|
|
# Redirect
|
|
include hasher-common.profile
|