samba: Make example use /home/jane/share
Amend last commit. Make this example consistent with the configuration example.
This commit is contained in:
parent
687c8b002c
commit
aa210f3a21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
....
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue