オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.8.x/ccs-patch/security/ccsecurity/domain.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1056 by kumaneko, Wed Mar 26 05:36:41 2008 UTC revision 1058 by kumaneko, Wed Mar 26 08:49:28 2008 UTC
# Line 1574  static const struct path_info *find_exec Line 1574  static const struct path_info *find_exec
1574          struct acl_info *ptr;          struct acl_info *ptr;
1575          list1_for_each_entry(ptr, &domain->acl_info_list, list) {          list1_for_each_entry(ptr, &domain->acl_info_list, list) {
1576                  struct execute_handler_record *acl;                  struct execute_handler_record *acl;
1577                  if ((ptr->type & ~ACL_DELETED) != type)                  if (ptr->type != type)
1578                          continue;                          continue;
1579                  acl = container_of(ptr, struct execute_handler_record, head);                  acl = container_of(ptr, struct execute_handler_record, head);
1580                  return acl->handler;                  return acl->handler;

Legend:
Removed from v.1056  
changed lines
  Added in v.1058

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26