Searched refs:tomoyo_path_permission (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 563 * tomoyo_path_permission - Check permission for single path operation. 573 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() function 777 error = tomoyo_path_permission(&r, TOMOYO_TYPE_READ, in tomoyo_check_open_permission() 780 error = tomoyo_path_permission(&r, (flag & O_APPEND) ? in tomoyo_check_open_permission() 838 error = tomoyo_path_permission(&r, operation, &buf); in tomoyo_path_perm()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 563 * tomoyo_path_permission - Check permission for single path operation. 573 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() function 777 error = tomoyo_path_permission(&r, TOMOYO_TYPE_READ, in tomoyo_check_open_permission() 780 error = tomoyo_path_permission(&r, (flag & O_APPEND) ? in tomoyo_check_open_permission() 838 error = tomoyo_path_permission(&r, operation, &buf); in tomoyo_path_perm()
|
Completed in 4 milliseconds