]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hostname/hostnamed.c
label: Introduce LabelOps to do pre/post labelling operations
[thirdparty/systemd.git] / src / hostname / hostnamed.c
index 36ab0148b9bc4c584906ff7b078a247a984bbc01..97b1c61748ae7ada7622a4375b28bf139575fb8e 100644 (file)
@@ -1524,7 +1524,7 @@ static int run(int argc, char *argv[]) {
 
         umask(0022);
 
-        r = mac_selinux_init();
+        r = mac_init();
         if (r < 0)
                 return r;