9 lines
261 B
Text
9 lines
261 B
Text
##################################################
|
|
# Allows AV programs to scan memory using ptrace
|
|
# functionality.
|
|
#
|
|
# This grants read and trace permissions.
|
|
#
|
|
# Default: false
|
|
##################################################
|
|
$ANTIVIRUS_CAN_PTRACE = false
|