Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dtomoyo.c130 return tomoyo_check_open_permission(domain, &bprm->file->f_path, in tomoyo_bprm_check_security()
311 return tomoyo_check_open_permission(tomoyo_domain(), &file->f_path, in tomoyo_file_fcntl()
329 return tomoyo_check_open_permission(tomoyo_domain(), &f->f_path, flags); in tomoyo_file_open()
Dcommon.h960 int tomoyo_check_open_permission(struct tomoyo_domain_info *domain,
Dfile.c736 int tomoyo_check_open_permission(struct tomoyo_domain_info *domain, in tomoyo_check_open_permission() function