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

Subversion リポジトリの参照

Diff of /branches/ccs-patch/security/ccsecurity/domain.c

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

revision 1139 by kumaneko, Fri Apr 25 04:04:20 2008 UTC revision 1180 by kumaneko, Tue May 6 07:10:44 2008 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2008  NTT DATA CORPORATION   * Copyright (C) 2005-2008  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.1-rc   2008/04/24   * Version: 1.6.1-rc   2008/05/06
9   *   *
10   * This file is applicable to both 2.4.30 and 2.6.11 and later.   * This file is applicable to both 2.4.30 and 2.6.11 and later.
11   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 1159  static int find_next_domain(struct linux Line 1159  static int find_next_domain(struct linux
1159                  if (is_enforce)                  if (is_enforce)
1160                          retval = -EPERM;                          retval = -EPERM;
1161                  else                  else
1162                          retval = -ENOMEM;                          ccs_set_domain_flag(old_domain, false,
1163                                                DOMAIN_FLAGS_TRANSITION_FAILED);
1164          } else {          } else {
1165                  retval = 0;                  retval = 0;
1166          }          }

Legend:
Removed from v.1139  
changed lines
  Added in v.1180

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