summaryrefslogtreecommitdiffstats
path: root/e2fsck.conf
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2015-02-17 13:36:36 -0600
committerEric Sandeen <sandeen@redhat.com>2015-02-17 13:36:36 -0600
commit53c2704411a2f9fa8c338fed5a0378e30a99ce83 (patch)
treea6e95c6576211f53a0b6ad6e7127e406d28aa722 /e2fsck.conf
parentf21542d0bf5b7a3dc97d3fe519682e239b4dc072 (diff)
downloade2fsprogs-53c2704411a2f9fa8c338fed5a0378e30a99ce83.tar.gz
e2fsprogs-53c2704411a2f9fa8c338fed5a0378e30a99ce83.tar.xz
e2fsprogs-53c2704411a2f9fa8c338fed5a0378e30a99ce83.zip
Fix use after free
Fix time-based fsck if set in superblock
Diffstat (limited to 'e2fsck.conf')
-rw-r--r--e2fsck.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsck.conf b/e2fsck.conf
index b774f9e..5f1e800 100644
--- a/e2fsck.conf
+++ b/e2fsck.conf
@@ -1,3 +1,3 @@
[options]
-# This will prevent e2fsck from stopping boot just because the clock is wrong
-broken_system_clock = 1
+# If set to 1, prevent e2fsck from stopping boot just because the clock is wrong
+broken_system_clock = 0