lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 28 Jan 2020 15:28:26 +0100
From:   Petr Tesarik <ptesarik@...e.cz>
To:     Al Viro <viro@...iv.linux.org.uk>
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fs/Kconfig: default to no mandatory locking

If the help text says this code is dead, the option itself should
not default to y.

Signed-off-by: Petr Tesarik <ptesarik@...e.com>
---
 fs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index 7b623e9fc1b0..fc60b8bbebc2 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -103,7 +103,7 @@ config FILE_LOCKING
 config MANDATORY_FILE_LOCKING
 	bool "Enable Mandatory file locking"
 	depends on FILE_LOCKING
-	default y
+	default n
 	help
 	  This option enables files appropriately marked files on appropriely
 	  mounted filesystems to support mandatory locking.
-- 
2.16.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ