X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmount-setup.c;fp=src%2Fcore%2Fmount-setup.c;h=d056a9f2e81db13af7f7c765a6c038ee83ea695b;hp=6c6669af17dbc4bfbdbb9626e5ce0dbc433a7f58;hb=a97a730270418e53e9400de5dce7b07c7dacd19a;hpb=b6e675bcef8c3dca1292269795c795195ea6d1e7 diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 6c6669af1..d056a9f2e 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -422,7 +422,9 @@ int mount_setup(bool loaded_policy) { * this mkdir really needs to stay for good, otherwise software that copied sd-daemon.c into their sources will * misdetect systemd. */ (void) mkdir_label("/run/systemd", 0755); +#if 0 /// Yeah, but elogind is not used with systemd, so this directory would be toxic. (void) mkdir_label("/run/systemd/system", 0755); +#endif // 0 /* Set up inaccessible items */ (void) mkdir_label("/run/systemd/inaccessible", 0000);