From 3844e4522086897fa0ff2f5f049c61cffb845d80 Mon Sep 17 00:00:00 2001 From: Daniel Richard G Date: Fri, 9 Jun 2023 01:14:13 -0400 Subject: [PATCH] abstractions/base: Add transparent hugepage support --- profiles/apparmor.d/abstractions/base | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/apparmor.d/abstractions/base b/profiles/apparmor.d/abstractions/base index 9448e0c06..05a16946f 100644 --- a/profiles/apparmor.d/abstractions/base +++ b/profiles/apparmor.d/abstractions/base @@ -106,6 +106,9 @@ @{sys}/devices/system/cpu/online r, @{sys}/devices/system/cpu/possible r, + # transparent hugepage support + @{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r, + # glibc's *printf protections read the maps file @{PROC}/@{pid}/{maps,auxv,status} r,