Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dima.h20 extern int ima_file_check(struct file *file, int mask);
40 static inline int ima_file_check(struct file *file, int mask) in ima_file_check() function
/linux-2.6.39/security/integrity/ima/
Dima_main.c211 int ima_file_check(struct file *file, int mask) in ima_file_check() function
221 EXPORT_SYMBOL_GPL(ima_file_check);
/linux-2.6.39/fs/nfsd/
Dvfs.c770 host_err = ima_file_check(*filp, access); in nfsd_open()
/linux-2.6.39/fs/
Dnamei.c2286 error = ima_file_check(filp, op->acc_mode); in do_last()