1
linux/security/ipe
Deven Bowers 52443cb60c ipe: add LSM hooks on execution and kernel read
IPE's initial goal is to control both execution and the loading of
kernel modules based on the system's definition of trust. It
accomplishes this by plugging into the security hooks for
bprm_check_security, file_mprotect, mmap_file, kernel_load_data,
and kernel_read_data.

Signed-off-by: Deven Bowers <deven.desai@linux.microsoft.com>
Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2024-08-20 14:01:33 -04:00
..
eval.c ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
eval.h ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
hooks.c ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
hooks.h ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
ipe.c ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
ipe.h
Kconfig
Makefile ipe: add LSM hooks on execution and kernel read 2024-08-20 14:01:33 -04:00
policy_parser.c
policy_parser.h
policy.c
policy.h