diff options
Diffstat (limited to 'src/quotacheck.c')
-rw-r--r-- | src/quotacheck.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quotacheck.c b/src/quotacheck.c index da2da3b2e0..057d8617c2 100644 --- a/src/quotacheck.c +++ b/src/quotacheck.c @@ -35,6 +35,9 @@ static int parse_proc_cmdline(void) { int r; size_t l; + if (detect_virtualization(NULL) > 0) + return 0; + if ((r = read_one_line_file("/proc/cmdline", &line)) < 0) { log_warning("Failed to read /proc/cmdline, ignoring: %s", strerror(-r)); return 0; |