Home
last modified time | relevance | path

Searched refs:ima_file_check (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dima.h20 extern int ima_file_check(struct file *file, int mask);
65 static inline int ima_file_check(struct file *file, int mask) in ima_file_check() function
/openbmc/linux/security/integrity/ima/
H A Dima_main.c552 int ima_file_check(struct file *file, int mask) in ima_file_check() function
561 EXPORT_SYMBOL_GPL(ima_file_check);
/openbmc/linux/fs/nfsd/
H A Dvfs.c863 host_err = ima_file_check(file, may_flags); in __nfsd_open()
/openbmc/linux/Documentation/trace/
H A Dftrace.rst3101 bash-1994 [000] .... 4342.324897: ima_file_check <-do_last
3102 bash-1994 [000] .... 4342.324898: process_measurement <-ima_file_check
/openbmc/linux/fs/
H A Dnamei.c3636 error = ima_file_check(file, op->acc_mode); in do_open()