Update fd

fix permission order
This commit is contained in:
valoq 2025-09-14 13:42:40 +02:00 committed by GitHub
parent 4bceadb8c1
commit 0a8a4b47ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,11 @@ include <tunables/global>
profile fd @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
## Allow reading the entire filesystem to search for filenames
/{,**} r,
@{exec_path} mr,
include if exists <local/fd>
}