summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt/module.conf
diff options
context:
space:
mode:
authorManuel Bentele2021-06-25 12:36:25 +0200
committerManuel Bentele2021-06-25 12:36:25 +0200
commitb70886d3df3a93daa7aab2285ecc1a80867690f5 (patch)
treee7841c369c8f762ba76c5b9832e84318a9d7273f /core/modules/libvirt/module.conf
parent[libvirt] Remove build support for MiniLinux (diff)
downloadmltk-b70886d3df3a93daa7aab2285ecc1a80867690f5.tar.gz
mltk-b70886d3df3a93daa7aab2285ecc1a80867690f5.tar.xz
mltk-b70886d3df3a93daa7aab2285ecc1a80867690f5.zip
[libvirt] Enforce libvirt UIDs/GIDs to not collide with LDAP UIDs/GIDs
Diffstat (limited to 'core/modules/libvirt/module.conf')
-rw-r--r--core/modules/libvirt/module.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/libvirt/module.conf b/core/modules/libvirt/module.conf
index 668ddf88..d67344f7 100644
--- a/core/modules/libvirt/module.conf
+++ b/core/modules/libvirt/module.conf
@@ -1,5 +1,9 @@
#!/bin/bash
+REQUIRED_MODULES="
+ libvirt-users
+"
+
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""