config_query_option E2FSPROGS_HARDEN 'enable (not default) stack protection, fortify, read-only relocation tables, immediate dynamic symbol binding, and text segment ASLR (if the kernel has userspace ASLR support enabled) by enabling position independent executable code?' n  \
  '--enable-hardening'  \
  '--disable-hardening'  &&

config_query_option E2FSPROGS_TDB 'enable tiny database (default; slower on 64-bit systems than just adding swap space)?' y \
  '--enable-tdb'  \
  '--disable-tdb'
