Lines Matching full:ipe
13 #include "ipe.h"
19 * ipe_bprm_check_security() - ipe security hook function for bprm check.
28 * * %-EACCES - Did not pass IPE policy
39 * ipe_bprm_creds_for_exec() - ipe security hook function for bprm creds check.
45 * The hook triggers IPE policy evaluation on the script file and returns
51 * * %-EACCES - Did not pass IPE policy
66 * ipe_mmap_file() - ipe security hook function for mmap check.
78 * * %-EACCES - Did not pass IPE policy
94 * ipe_file_mprotect() - ipe security hook function for mprotect check.
105 * * %-EACCES - Did not pass IPE policy
126 * ipe_kernel_read_file() - ipe security hook function for kernel read.
135 * * %-EACCES - Did not pass IPE policy
173 * ipe_kernel_load_data() - ipe security hook function for kernel load data.
182 * * %-EACCES - Did not pass IPE policy
227 * ipe_bdev_free_security() - Free IPE's LSM blob of block_devices.
254 * ipe_bdev_setintegrity() - Save integrity data from a bdev to IPE's LSM blob.
317 * ipe_inode_setintegrity() - save integrity data from a inode to IPE's LSM blob.