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} {
|
profile rg @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
## Allow reading the entire filesystem to search for strings
|
## Allow reading the entire filesystem to search for strings
|
||||||
/{,**} r,
|
/{,**} r,
|
||||||
|
|
||||||
@{exec_path} mr,
|
|
||||||
|
|
||||||
include if exists <local/rg>
|
include if exists <local/rg>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue