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

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

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

revision 2962 by kumaneko, Thu Aug 27 08:48:18 2009 UTC revision 2973 by kumaneko, Mon Aug 31 10:47:45 2009 UTC
# Line 939  bool ccs_get_audit(const u8 profile, con Line 939  bool ccs_get_audit(const u8 profile, con
939          if (mode == CCS_CONFIG_USE_DEFAULT)          if (mode == CCS_CONFIG_USE_DEFAULT)
940                  mode = ccs_profile(profile)->default_config;                  mode = ccs_profile(profile)->default_config;
941          if (is_granted)          if (is_granted)
942                  return (mode & CCS_CONFIG_WANT_GRANT_LOG);                  return mode & CCS_CONFIG_WANT_GRANT_LOG;
943          return (mode & CCS_CONFIG_WANT_REJECT_LOG);          return mode & CCS_CONFIG_WANT_REJECT_LOG;
944  }  }
945    
946  /**  /**

Legend:
Removed from v.2962  
changed lines
  Added in v.2973

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