diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index 2fc573797c34fe5c70095ea332c6c7706db2c417..671dbd205282bb1f7205e5d858b4b30a12fc0d80 100755
--- a/daemons/ganeti-confd
+++ b/daemons/ganeti-confd
@@ -362,7 +362,6 @@ def main():
                         constants.RELEASE_VERSION)
 
   dirs = [(val, constants.RUN_DIRS_MODE) for val in constants.SUB_RUN_DIRS]
-  dirs.append((constants.LOG_OS_DIR, 0750))
   dirs.append((constants.LOCK_DIR, 1777))
   daemon.GenericMain(constants.CONFD, parser, dirs, CheckConfd, ExecConfd)