Skip to content

Commit

Permalink
README.md: Recommend read-only user config
Browse files Browse the repository at this point in the history
Recommend using the read-only flags when binding in user networking
configuration.
  • Loading branch information
JoshuaWatt committed Mar 15, 2021
1 parent 97aae9d commit d207beb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ build the image locally instead. See the [Developer Documentation][].
[run]
bind =
${env:PYREX_BIND}
${env:HOME}/.ssh
${env:HOME}/.netrc,optional
${env:HOME}/.gitconfig,optional
${env:HOME}/.config/git,optional
${env:HOME}/.ssh,readonly
${env:HOME}/.netrc,optional,readonly
${env:HOME}/.gitconfig,optional,readonly
${env:HOME}/.config/git,optional,readonly
```
[OE_TERMINAL]: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-OE_TERMINAL
Expand Down

0 comments on commit d207beb

Please sign in to comment.