Create booleans

The file holds booleans that can be used to control the flow of multiple policies..
This commit is contained in:
doublez13 2025-02-26 08:33:32 -07:00 committed by GitHub
parent 608e3b8e78
commit 8b0191f006
Failed to generate hash of commit

View file

@ -0,0 +1,9 @@
##################################################
# Allows AV programs to scan memory using ptrace
# functionality.
#
# This grants read and trace permissions.
#
# Default: false
##################################################
$ANTIVIRUS_CAN_PTRACE = false