From aa210f3a21cf39802e1b319b73bf635e430fcc25 Mon Sep 17 00:00:00 2001 From: Ben Kircher Date: Tue, 5 Apr 2022 21:30:49 +0200 Subject: [PATCH] samba: Make example use /home/jane/share Amend last commit. Make this example consistent with the configuration example. --- modules/ROOT/pages/samba.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ....