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

Subversion リポジトリの参照

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

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

revision 3275 by kumaneko, Sun Dec 20 07:07:04 2009 UTC revision 3422 by kumaneko, Thu Feb 4 07:11:17 2010 UTC
# Line 2467  int ccs_open_control(const u8 type, stru Line 2467  int ccs_open_control(const u8 type, stru
2467                  break;                  break;
2468  #ifdef CONFIG_CCSECURITY_AUDIT  #ifdef CONFIG_CCSECURITY_AUDIT
2469          case CCS_GRANTLOG: /* /proc/ccs/grant_log */          case CCS_GRANTLOG: /* /proc/ccs/grant_log */
                 head->poll = ccs_poll_grant_log;  
                 head->read = ccs_read_grant_log;  
                 break;  
2470          case CCS_REJECTLOG: /* /proc/ccs/reject_log */          case CCS_REJECTLOG: /* /proc/ccs/reject_log */
2471                  head->poll = ccs_poll_reject_log;                  head->poll = ccs_poll_audit_log;
2472                  head->read = ccs_read_reject_log;                  head->read = ccs_read_audit_log;
2473                  break;                  break;
2474  #endif  #endif
2475          case CCS_SELFDOMAIN: /* /proc/ccs/self_domain */          case CCS_SELFDOMAIN: /* /proc/ccs/self_domain */

Legend:
Removed from v.3275  
changed lines
  Added in v.3422

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