samba: Make example use /home/jane/share

Amend last commit. Make this example consistent with the configuration
example.
This commit is contained in:
Ben Kircher 2022-04-05 21:30:49 +02:00 committed by bcotton
parent 687c8b002c
commit aa210f3a21

View file

@ -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
....