Skip to content

Commit

Permalink
Merge pull request ceph#2084 from lxbsz/fs_encryption
Browse files Browse the repository at this point in the history
kernel: enable filesystem encryption option

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov authored Oct 24, 2022
2 parents 7e77de9 + 18e084e commit 645401c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kernel/build/kernel-config-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5171,7 +5171,8 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=m
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
Expand Down
3 changes: 2 additions & 1 deletion kernel/build/kernel-config-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4809,7 +4809,8 @@ CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=m
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
Expand Down

0 comments on commit 645401c

Please sign in to comment.