Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dima.h18 extern int ima_file_check(struct file *file, int mask, int opened);
30 static inline int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() function
/linux-4.1.27/security/integrity/ima/
Dima_main.c304 int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() function
310 EXPORT_SYMBOL_GPL(ima_file_check);
/linux-4.1.27/fs/nfsd/
Dvfs.c745 host_err = ima_file_check(file, may_flags, 0); in nfsd_open()
/linux-4.1.27/Documentation/trace/
Dftrace.txt2288 bash-1994 [000] .... 4342.324897: ima_file_check <-do_last
2289 bash-1994 [000] .... 4342.324898: process_measurement <-ima_file_check
/linux-4.1.27/fs/
Dnamei.c3134 error = ima_file_check(file, op->acc_mode, *opened); in do_last()