summaryrefslogtreecommitdiffstats
path: root/core/modules/samba/module.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/samba/module.conf')
-rw-r--r--core/modules/samba/module.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/modules/samba/module.conf b/core/modules/samba/module.conf
new file mode 100644
index 00000000..00063187
--- /dev/null
+++ b/core/modules/samba/module.conf
@@ -0,0 +1,24 @@
+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
+"