Config.in 457 B

123456789101112
  1. config BR2_PACKAGE_FSCRYPTCTL
  2. bool "fscryptctl"
  3. help
  4. fscryptctl is a low-level tool written in C that handles raw
  5. keys and manages policies for Linux filesystem encryption.
  6. Notice: Fscrypt support on EXT4 requires a kernel with
  7. CONFIG_EXT4_ENCRYPTION=y and a file system with the
  8. encryption option and block size equal to CPU page size
  9. (BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O encrypt -b 4096")
  10. https://github.com/google/fscryptctl