Update fd
fix permission order
This commit is contained in:
parent
4bceadb8c1
commit
0a8a4b47ba
1 changed files with 2 additions and 2 deletions
|
|
@ -10,11 +10,11 @@ include <tunables/global>
|
||||||
profile fd @{exec_path} {
|
profile fd @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
## Allow reading the entire filesystem to search for filenames
|
## Allow reading the entire filesystem to search for filenames
|
||||||
/{,**} r,
|
/{,**} r,
|
||||||
|
|
||||||
@{exec_path} mr,
|
|
||||||
|
|
||||||
include if exists <local/fd>
|
include if exists <local/fd>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue