chiark / gitweb /
missing: simplifications
[elogind.git] / src / shared / conf-parser.c
index df4e961ea03925c474dd86e7e1dddc2297f59385..d5a639e874a3138bfe040977f1e7fa46a1da905c 100644 (file)
@@ -332,6 +332,8 @@ int config_parse(const char *unit,
                 }
         }
 
+        fd_warn_permissions(filename, fileno(f));
+
         while (!feof(f)) {
                 char l[LINE_MAX], *p, *c = NULL, *e;
                 bool escaped = false;