diff --git a/modules/ROOT/pages/samba.adoc b/modules/ROOT/pages/samba.adoc index 74a43af..4d36fed 100644 --- a/modules/ROOT/pages/samba.adoc +++ b/modules/ROOT/pages/samba.adoc @@ -36,7 +36,7 @@ Create a directory to be the share for jane, and set the correct SELinux context: .... mkdir /home/jane/share -sudo semanage fcontext --add --type "samba_share_t" "/home/share(/.*)?" +sudo semanage fcontext --add --type "samba_share_t" "/home/jane/share(/.*)?" sudo restorecon -R ~/share ....