Update rg
fix permission order
This commit is contained in:
parent
13b8c8d232
commit
4bceadb8c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue