fix restorecon command

This commit is contained in:
2026-02-25 12:21:31 -05:00
parent d48b9a66cb
commit a53e67653d

View File

@@ -37,7 +37,7 @@ mkdir /srv/smb/sambauser
sudo semanage fcontext --add --type "samba_share_t" "/srv/smb(/.*)?" sudo semanage fcontext --add --type "samba_share_t" "/srv/smb(/.*)?"
# Run restorecon at the root of the btrfs subvolume # Run restorecon at the root of the btrfs subvolume
sudo restorecon -R /srv sudo restorecon -FRv /srv
``` ```
Edit /etc/samba/smb.conf Edit /etc/samba/smb.conf