Searched defs:tomoyo_path_permission (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Dfile.c548 * tomoyo_path_permission - Check permission for single path operation.
558 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, function
759 error = tomoyo_path_permission(&r, TOMOYO_TYPE_READ,
762 error = tomoyo_path_permission(&r, (flag & O_APPEND) ?
820 error = tomoyo_path_permission(&r, operation, &buf);

Completed in 105 milliseconds