summaryrefslogblamecommitdiffstats
path: root/core/modules/samba/module.conf
blob: ac4bd8489ddad57556341c707db48100126241c4 (plain) (tree)
1
           























                                                                  
#!/bin/bash
REQUIRED_BINARIES="
	smbd
	nmbd
	smbclient
	winbindd
	smbnetfs
	fusermount
	keyctl
	request-key
	key.dns_resolver
"
REQUIRED_FILES="
	/etc/smbnetfs.conf
	/etc/request-key.conf
	/etc/request-key.d
"
# TODO dont copy all the binaries, strip the list down.
REQUIRED_DIRECTORIES="
	/usr/bin
"
# TODO check if the /var/lib/samba/*.tdg can be generated by mltk.
REQUIRED_SYSTEM_FILES="
	/var/lib/samba
"