2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

logprof: add /usr prefixed kernel module path to config for /usr merge

Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
Ryan Lee 2025-03-27 09:50:11 -07:00
parent eaec0aa9d2
commit 372dcc8250

View File

@ -143,6 +143,7 @@
# strip kernel version numbers from kernel module accesses
^/lib/modules/[^\/]+\/ = /lib/modules/*/
^/usr/lib/modules/[^\/]+\/ = /usr/lib/modules/*/
# strip pid numbers from /proc accesses
^/proc/\d+/ = /proc/*/