Update rg

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

View file

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