From 8b0191f0068b8319d00a2f98658b1abd9a64475b Mon Sep 17 00:00:00 2001 From: doublez13 Date: Wed, 26 Feb 2025 08:33:32 -0700 Subject: [PATCH] Create booleans The file holds booleans that can be used to control the flow of multiple policies.. --- apparmor.d/tunables/booleans | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apparmor.d/tunables/booleans diff --git a/apparmor.d/tunables/booleans b/apparmor.d/tunables/booleans new file mode 100644 index 00000000..d9086bc4 --- /dev/null +++ b/apparmor.d/tunables/booleans @@ -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