doc: update guideline to the new bin and lib variables.
This commit is contained in:
parent
2b2c42d23c
commit
64146be05a
5 changed files with 18 additions and 18 deletions
|
|
@ -87,12 +87,12 @@ sudo make profile-names...
|
|||
For instance, `sudo make pass` gives:
|
||||
```sh
|
||||
Warning: profile dependencies fallback to unconfined.
|
||||
/{usr/,}bin/wl-{copy,paste} rPx,
|
||||
/{usr/,}bin/xclip rPx,
|
||||
/{usr/,}bin/python3.[0-9]* rPx -> pass-import, # pass-import
|
||||
/{usr/,}bin/pager rPx -> child-pager,
|
||||
/{usr/,}bin/less rPx -> child-pager,
|
||||
/{usr/,}bin/more rPx -> child-pager,
|
||||
@{bin}/wl-{copy,paste} rPx,
|
||||
@{bin}/xclip rPx,
|
||||
@{bin}/python3.[0-9]* rPx -> pass-import, # pass-import
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
@{bin}/more rPx -> child-pager,
|
||||
'.build/apparmor.d/pass' -> '/etc/apparmor.d/pass'
|
||||
```
|
||||
So, you can install the additional profiles `wl-copy`, `xclip`, `pass-import`, and `child-pager` if desired.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue