From: Alexei Starovoitov Date: Fri, 11 Mar 2022 02:58:04 +0000 (-0800) Subject: Merge branch 'bpf-lsm: Extend interoperability with IMA' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a77c2cfd4ee4bfb5267653dad3de8ec45a58b0b7;p=linux.git Merge branch 'bpf-lsm: Extend interoperability with IMA' Roberto Sassu says: ==================== Extend the interoperability with IMA, to give wider flexibility for the implementation of integrity-focused LSMs based on eBPF. Patch 1 fixes some style issues. Patches 2-6 give the ability to eBPF-based LSMs to take advantage of the measurement capability of IMA without needing to setup a policy in IMA (those LSMs might implement the policy capability themselves). Patches 7-9 allow eBPF-based LSMs to evaluate files read by the kernel. Changelog v2: - Add better description to patch 1 (suggested by Shuah) - Recalculate digest if it is not fresh (when IMA_COLLECTED flag not set) - Move declaration of bpf_ima_file_hash() at the end (suggested by Yonghong) - Add tests to check if the digest has been recalculated - Add deny test for bpf_kernel_read_file() - Add description to tests v1: - Modify ima_file_hash() only and allow the usage of the function with the modified behavior by eBPF-based LSMs through the new function bpf_ima_file_hash() (suggested by Mimi) - Make bpf_lsm_kernel_read_file() sleepable so that bpf_ima_inode_hash() and bpf_ima_file_hash() can be called inside the implementation of eBPF-based LSMs for this hook ==================== Signed-off-by: Alexei Starovoitov --- a77c2cfd4ee4bfb5267653dad3de8ec45a58b0b7