chiark / gitweb /
path-lookup: monitor /etc/systemd/user for user manager
[elogind.git] / src / quotacheck.c
index c7b20a60e6d5764ea37bfb5deda125f173936c26..c475cecc91fb8bccab0962fc526e1276986d17ff 100644 (file)
@@ -35,7 +35,7 @@ static int parse_proc_cmdline(void) {
         int r;
         size_t l;
 
-        if (detect_virtualization(NULL) > 0)
+        if (detect_container(NULL) > 0)
                 return 0;
 
         if ((r = read_one_line_file("/proc/cmdline", &line)) < 0) {
@@ -90,6 +90,8 @@ int main(int argc, char *argv[]) {
         log_parse_environment();
         log_open();
 
+        umask(0022);
+
         parse_proc_cmdline();
         test_files();