mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 10:00:43 +00:00
Let samba create file and folders with more permissive access
This commit is contained in:
parent
1983a3deb4
commit
eb14053f83
@ -49,7 +49,14 @@
|
||||
passdb backend = smbpasswd
|
||||
smb encrypt = disabled
|
||||
use sendfile = yes
|
||||
|
||||
create mask = 666
|
||||
force create mode = 666
|
||||
security mask = 666
|
||||
force security mode = 666
|
||||
directory mask = 2777
|
||||
force directory mode = 2777
|
||||
directory security mask = 2777
|
||||
force directory security mode = 2777
|
||||
|
||||
# Using the following configurations as a template allows you to add
|
||||
# writable shares of disks and paths under /storage
|
||||
|
Loading…
Reference in New Issue
Block a user