mirror of https://github.com/containers/podman.git
Fix typo in path
Signed-off-by: Tom Fenech <tomjwfenech@gmail.com>
This commit is contained in:
parent
ff1c59065e
commit
e684ab221e
|
|
@ -320,7 +320,7 @@ under `/var/lib/containers/storage`.
|
||||||
|
|
||||||
```
|
```
|
||||||
semanage fcontext -a -e /var/lib/containers /srv/containers
|
semanage fcontext -a -e /var/lib/containers /srv/containers
|
||||||
restorecon -R -v /src/containers
|
restorecon -R -v /srv/containers
|
||||||
```
|
```
|
||||||
|
|
||||||
The semanage command above tells SELinux to setup the default labeling of
|
The semanage command above tells SELinux to setup the default labeling of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue