Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dima.h18 extern int ima_file_check(struct file *file, int mask);
59 static inline int ima_file_check(struct file *file, int mask) in ima_file_check() function
/Linux-v5.10/security/integrity/ima/
Dima_main.c493 int ima_file_check(struct file *file, int mask) in ima_file_check() function
502 EXPORT_SYMBOL_GPL(ima_file_check);
/Linux-v5.10/fs/nfsd/
Dvfs.c780 host_err = ima_file_check(file, may_flags); in __nfsd_open()
/Linux-v5.10/Documentation/trace/
Dftrace.rst2921 bash-1994 [000] .... 4342.324897: ima_file_check <-do_last
2922 bash-1994 [000] .... 4342.324898: process_measurement <-ima_file_check
/Linux-v5.10/fs/
Dnamei.c3254 error = ima_file_check(file, op->acc_mode); in do_open()