summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-19 00:56:25 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-19 13:04:57 +0200
commita97a730270418e53e9400de5dce7b07c7dacd19a (patch)
treebac97ceff71bef555a8612f90d2a746189592791 /src/core/mount-setup.c
parentb6e675bcef8c3dca1292269795c795195ea6d1e7 (diff)
Prep v233.3: Unmask various functions for future coverage tests.
These functions, although not used by elogind itself, are mostly tiny and crucial for important tests to work.
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c2
1 files changed, 2 insertions, 0 deletions
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);