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

Subversion リポジトリの参照

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

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

revision 3961 by kumaneko, Tue Sep 7 05:07:31 2010 UTC revision 3963 by kumaneko, Tue Sep 7 05:44:14 2010 UTC
# Line 1195  static bool ccs_print_condition(struct c Line 1195  static bool ccs_print_condition(struct c
1195                  head->r.cond_step++;                  head->r.cond_step++;
1196                  /* fall through */                  /* fall through */
1197          case 3:          case 3:
1198                  if (cond->audit)                  if (cond->grant_log)
1199                          ccs_io_printf(head, " audit=%s",                          ccs_io_printf(head, " grant_log=%s",
1200                                        ccs_yesno(cond->audit == 2));                                        ccs_yesno(cond->grant_log == 2));
1201                  if (cond->transit) {                  if (cond->transit) {
1202                          ccs_set_string(head, " auto_domain_transitition=\"");                          ccs_set_string(head, " auto_domain_transitition=\"");
1203                          ccs_set_string(head, cond->transit->name);                          ccs_set_string(head, cond->transit->name);

Legend:
Removed from v.3961  
changed lines
  Added in v.3963

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