| H A D | file.c | 170 [r->param.path.operation], in tomoyo_audit_path_log() 185 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 202 [tomoyo_pnnn2mac[r->param.mkdev.operation]], in tomoyo_audit_mkdev_log() 218 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log() 245 * tomoyo_check_path_acl - Check permission for path operation. 262 if (acl->perm & (1 << r->param.path.operation)) { in tomoyo_check_path_acl() 272 * tomoyo_check_path_number_acl - Check permission for path number operation. 285 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl() 293 * tomoyo_check_path2_acl - Check permission for path path operation. 306 return (acl->perm & (1 << r->param.path2.operation)) in tomoyo_check_path2_acl() 573 tomoyo_path_permission(struct tomoyo_request_info * r,u8 operation,const struct tomoyo_path_info * filename) tomoyo_path_permission() argument 803 tomoyo_path_perm(const u8 operation,const struct path * path,const char * target) tomoyo_path_perm() argument 859 tomoyo_mkdev_perm(const u8 operation,const struct path * path,const unsigned int mode,unsigned int dev) tomoyo_mkdev_perm() argument 903 tomoyo_path2_perm(const u8 operation,const struct path * path1,const struct path * path2) tomoyo_path2_perm() argument 1016 const char *operation = tomoyo_read_token(param); tomoyo_write_file() local [all...] |