mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
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:
|
context:
|
||||||
....
|
....
|
||||||
mkdir /home/jane/share
|
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
|
sudo restorecon -R ~/share
|
||||||
....
|
....
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue