Added Samba, BusyBox and a bind shell service

This commit is contained in:
Héctor Molinero Fernández
2021-11-07 22:02:39 +01:00
parent 29e5bec8ba
commit 92dd9a8e7e
8 changed files with 110 additions and 6 deletions

17
config/samba/smb.conf Normal file
View File

@ -0,0 +1,17 @@
[global]
server role = standalone server
interfaces = 127.0.0.1
bind interfaces only = yes
server min protocol = NT1
workgroup = WORKGROUP
security = user
map to guest = Bad User
disable netbios = yes
disable spoolss = yes
usershare max shares = 0
[share]
path = /mnt/
read only = no
guest ok = yes
force user = root