Skip to content
  • Kees Cook's avatar
    pstore: Select compression at runtime · fe1d4758
    Kees Cook authored
    
    
    To allow for easier build test coverage and run-time testing, this allows
    multiple compression algorithms to be built into pstore. Still only one
    is supported to operate at a time (which can be selected at build time
    or at boot time, similar to how LSMs are selected).
    
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    fe1d4758