Home
last modified time | relevance | path

Searched refs:tomoyo_check_open_permission (Results 1 – 2 of 2) sorted by relevance

/linux/security/tomoyo/
H A Dtomoyo.c110 return tomoyo_check_open_permission(s->domain_info, in tomoyo_bprm_check_security()
317 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl()
334 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, in tomoyo_file_open()
H A Dfile.c745 * tomoyo_check_open_permission - Check permission for "read" and "write".
753 int tomoyo_check_open_permission(struct tomoyo_domain_info *domain, in tomoyo_check_open_permission() function