#!/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 "