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

Subversion リポジトリの参照

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

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

revision 3694 by kumaneko, Sun May 23 11:52:53 2010 UTC revision 3695 by kumaneko, Mon May 24 04:35:02 2010 UTC
# Line 653  static void ccs_read_profile(struct ccs_ Line 653  static void ccs_read_profile(struct ccs_
653  }  }
654    
655  static bool ccs_same_manager_entry(const struct ccs_acl_head *a,  static bool ccs_same_manager_entry(const struct ccs_acl_head *a,
656                                        const struct ccs_acl_head *b)                                     const struct ccs_acl_head *b)
657  {  {
658          return container_of(a, struct ccs_manager, head)->manager          return container_of(a, struct ccs_manager, head)->manager
659                  == container_of(b, struct ccs_manager, head)->manager;                  == container_of(b, struct ccs_manager, head)->manager;
# Line 1081  static bool ccs_print_number_union_commo Line 1081  static bool ccs_print_number_union_commo
1081   *   *
1082   * Returns true on success, false otherwise.   * Returns true on success, false otherwise.
1083   */   */
1084  bool ccs_print_number_union(struct ccs_io_buffer *head,  static bool ccs_print_number_union(struct ccs_io_buffer *head,
1085                              const struct ccs_number_union *ptr)                                     const struct ccs_number_union *ptr)
1086  {  {
1087          return ccs_print_number_union_common(head, ptr, true);          return ccs_print_number_union_common(head, ptr, true);
1088  }  }
# Line 1417  static bool ccs_print_network_acl(struct Line 1417  static bool ccs_print_network_acl(struct
1417  {  {
1418          int pos;          int pos;
1419          u8 bit;          u8 bit;
1420          const u16 perm = ptr->perm;          const u8 perm = ptr->perm;
1421          char buf[128];          char buf[128];
1422          for (bit = head->read_bit; bit < CCS_MAX_NETWORK_OPERATION; bit++) {          for (bit = head->read_bit; bit < CCS_MAX_NETWORK_OPERATION; bit++) {
1423                  const char *w[2] = { "", "" };                  const char *w[2] = { "", "" };

Legend:
Removed from v.3694  
changed lines
  Added in v.3695

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