• John Johansen's avatar
    apparmor: fix missing ZLIB defines · fe166a9f
    John Johansen authored
    On configs where ZLIB is not already selected we are getting
    
    undefined reference to `zlib_deflateInit2'
    undefined reference to `zlib_deflate'
    undefined reference to `zlib_deflateEnd'
    
    For now just select the necessary ZLIB configs.
    
    Fixes: 876dd866c084 ("apparmor: Initial implementation of raw policy blob compression")
    Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
    fe166a9f
Kconfig 2.22 KB