mirror of https://github.com/docker/docs.git
Update rootless.md
Adding quotes prevents the `$` from being omitted from the beginning of this line. When a line starts with `$` it is assumed to be an included shell prompt by the formatter and so does get coped.
This commit is contained in:
parent
6ee0567ce7
commit
ed35d6bd38
|
@ -77,7 +77,7 @@ testuser:231072:65536
|
|||
abi <abi/4.0>,
|
||||
include <tunables/global>
|
||||
|
||||
$HOME/bin/rootlesskit flags=(unconfined) {
|
||||
"$HOME/bin/rootlesskit" flags=(unconfined) {
|
||||
userns,
|
||||
|
||||
include if exists <local/$(echo $HOME/bin/rootlesskit | sed -e s@^/@@ -e s@/@.@g)>
|
||||
|
|
Loading…
Reference in New Issue