mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Fix typo in path
Signed-off-by: Tom Fenech <tomjwfenech@gmail.com>
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user