hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/ecryptfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config ECRYPT_FS
23 tristate "eCrypt filesystem layer support"
34 depends on KEYS && CRYPTO && (ENCRYPTED_KEYS || ENCRYPTED_KEYS=n)
....@@ -6,7 +7,7 @@
67 select CRYPTO_MD5
78 help
89 Encrypted filesystem that operates on the VFS layer. See
9
- <file:Documentation/filesystems/ecryptfs.txt> to learn more about
10
+ <file:Documentation/filesystems/ecryptfs.rst> to learn more about
1011 eCryptfs. Userspace components are required and can be
1112 obtained from <http://ecryptfs.sf.net>.
1213