2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

added '/usr/bin/free mr' in free profile

This commit is contained in:
Federico Quattrin 2025-06-10 09:26:02 -03:00
parent 0d992be695
commit 8cf0bda8d2

View File

@ -14,5 +14,7 @@ include <tunables/global>
profile free /usr/bin/free {
include <abstractions/base>
/usr/bin/free mr,
include if exists <local/free>
}