/run -> @{run}, [0-9]* -> @{uid}.
This commit is contained in:
parent
9c8c2144b8
commit
2fc138a4d7
15 changed files with 35 additions and 35 deletions
|
|
@ -65,9 +65,9 @@ profile nemo @{exec_path} {
|
|||
/root/ r,
|
||||
/root/** r,
|
||||
owner /root/** rw,
|
||||
/run/ r,
|
||||
/run/** r,
|
||||
owner /run/** rw,
|
||||
@{run}/ r,
|
||||
@{run}/** r,
|
||||
owner @{run}/** rw,
|
||||
/srv/ r,
|
||||
/srv/** r,
|
||||
owner /srv/** rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue