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

Subversion リポジトリの参照

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

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

revision 3561 by kumaneko, Thu Apr 1 05:04:44 2010 UTC revision 3625 by kumaneko, Wed May 5 01:00:40 2010 UTC
# Line 1539  static bool ccs_print_signal_acl(struct Line 1539  static bool ccs_print_signal_acl(struct
1539   */   */
1540  static bool ccs_print_execute_handler_record(struct ccs_io_buffer *head,  static bool ccs_print_execute_handler_record(struct ccs_io_buffer *head,
1541                                               const char *keyword,                                               const char *keyword,
1542                                               struct ccs_execute_handler_record *                                               struct ccs_execute_handler_record
1543                                               ptr)                                               *ptr)
1544  {  {
1545          return ccs_io_printf(head, "%s %s\n", keyword, ptr->handler->name);          return ccs_io_printf(head, "%s %s\n", keyword, ptr->handler->name);
1546  }  }
# Line 2305  static int ccs_poll_query(struct file *f Line 2305  static int ccs_poll_query(struct file *f
2305          for (i = 0; i < 2; i++) {          for (i = 0; i < 2; i++) {
2306                  spin_lock(&ccs_query_list_lock);                  spin_lock(&ccs_query_list_lock);
2307                  list_for_each(tmp, &ccs_query_list) {                  list_for_each(tmp, &ccs_query_list) {
2308                          struct ccs_query_entry *ptr                          struct ccs_query_entry *ptr =
2309                                  = list_entry(tmp, struct ccs_query_entry, list);                                  list_entry(tmp, struct ccs_query_entry, list);
2310                          if (ptr->answer)                          if (ptr->answer)
2311                                  continue;                                  continue;
2312                          found = true;                          found = true;

Legend:
Removed from v.3561  
changed lines
  Added in v.3625

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