From 0a8a4b47bab504ee3ed18b037a42d226c87a9e81 Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 14 Sep 2025 13:42:40 +0200 Subject: [PATCH] Update fd fix permission order --- apparmor.d/profiles-a-f/fd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apparmor.d/profiles-a-f/fd b/apparmor.d/profiles-a-f/fd index da281c82d..1913ba7d5 100644 --- a/apparmor.d/profiles-a-f/fd +++ b/apparmor.d/profiles-a-f/fd @@ -10,11 +10,11 @@ include profile fd @{exec_path} { include + @{exec_path} mr, + ## Allow reading the entire filesystem to search for filenames /{,**} r, - @{exec_path} mr, - include if exists }