--- trunk/1.6.x/ccs-patch/fs/tomoyo_domain.c 2008/03/26 05:36:41 1056 +++ trunk/1.6.x/ccs-patch/fs/tomoyo_domain.c 2008/03/26 08:49:28 1058 @@ -1574,7 +1574,7 @@ struct acl_info *ptr; list1_for_each_entry(ptr, &domain->acl_info_list, list) { struct execute_handler_record *acl; - if ((ptr->type & ~ACL_DELETED) != type) + if (ptr->type != type) continue; acl = container_of(ptr, struct execute_handler_record, head); return acl->handler;