feat(profile): replace @{md5} by @{hex32}.
This commit is contained in:
parent
ceb78d971e
commit
bf613f59a5
24 changed files with 59 additions and 56 deletions
|
|
@ -134,10 +134,10 @@ profile hw-probe @{exec_path} {
|
|||
|
||||
@{run}/log/ rw,
|
||||
/{run,var}/log/journal/ rw,
|
||||
/{run,var}/log/journal/@{md5}/ rw,
|
||||
/{run,var}/log/journal/@{md5}/user-@{hex}.journal* rw,
|
||||
/{run,var}/log/journal/@{md5}/system.journal* rw,
|
||||
/{run,var}/log/journal/@{md5}/system@@{hex}.journal* rw,
|
||||
/{run,var}/log/journal/@{hex32}/ rw,
|
||||
/{run,var}/log/journal/@{hex32}/user-@{hex}.journal* rw,
|
||||
/{run,var}/log/journal/@{hex32}/system.journal* rw,
|
||||
/{run,var}/log/journal/@{hex32}/system@@{hex}.journal* rw,
|
||||
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue