From e684ab221eaf7c23e6f0dbd6e3e07aa47204d44f Mon Sep 17 00:00:00 2001 From: Tom Fenech Date: Fri, 8 May 2020 14:06:33 +0200 Subject: Fix typo in path Signed-off-by: Tom Fenech --- troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 14d1a867e..f04d9e9fa 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -320,7 +320,7 @@ under `/var/lib/containers/storage`. ``` 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 -- cgit v1.2.3-54-g00ecf