tomoyo_check_acl
void tomoyo_check_acl(struct tomoyo_request_info *r,
tomoyo_check_acl(r, tomoyo_check_env_acl);
tomoyo_check_acl(r, tomoyo_check_path_acl);
tomoyo_check_acl(r, tomoyo_check_path_acl);
tomoyo_check_acl(&r, tomoyo_check_path_number_acl);
tomoyo_check_acl(&r, tomoyo_check_mkdev_acl);
tomoyo_check_acl(&r, tomoyo_check_path2_acl);
tomoyo_check_acl(r, tomoyo_check_mount_acl);
tomoyo_check_acl(&r, tomoyo_check_inet_acl);
tomoyo_check_acl(&r, tomoyo_check_unix_acl);
tomoyo_check_acl(&r, tomoyo_check_task_acl);