GNU bug report logs -
#77202
[PATCH] gnu: linux-libre: Enable CONFIG_FS_ENCRYPTION.
Previous Next
Reported by: 45mg <45mg.writes <at> gmail.com>
Date: Sun, 23 Mar 2025 09:52:01 UTC
Severity: normal
Tags: patch
Done: 45mg <45mg.writes <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Mar 2025 10:31:51 +0000
with message-id <87ecyom414.fsf <at> gmail.com>
and subject line Close Re: [PATCH] gnu: linux-libre: Enable CONFIG_FS_ENCRYPTION.
has caused the debbugs.gnu.org bug report #77202,
regarding [PATCH] gnu: linux-libre: Enable CONFIG_FS_ENCRYPTION.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77202: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77202
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This enables support for filesystem-level encryption via the fscrypt
library. Many distributions such as Debian [1] and Arch Linux [2] have
it enabled (so it should be safe).
[1] https://salsa.debian.org/kernel-team/linux/-/blob/988ee7494a62a63a8b92b2e18bf730072e54413c/debian/config/config?page=6#L5843
[2] https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/blob/a7e2a17f9c0e55937ea3e18c4d5b905a8e4f8047/config?page=11#L10752
* gnu/packages/linux.scm (default-extra-linux-options): Add CONFIG_FS_ENCRYPTION.
Change-Id: Ibee34871a25e880e7c16eaa51ddebee85ee172f5
---
gnu/packages/linux.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b0dc6cbcfd..e5d97111a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -901,6 +901,8 @@ (define (default-extra-linux-options version)
("CONFIG_PROC_PID_CPUSET" . #t)
;; Allow disk encryption by default
("CONFIG_DM_CRYPT" . m)
+ ;; Allow fscrypt filesystem encryption by default
+ ("CONFIG_FS_ENCRYPTION" . #t)
;; Support zram on all kernel configs
("CONFIG_ZSWAP" . #t)
("CONFIG_ZSMALLOC" . #t)
base-commit: fbfd2b93831978aadbb96f32cafdab997b04c6c6
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Closing in favor of #77203.
This bug report was last modified 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.