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

Subversion リポジトリの参照

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

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

revision 2869 by kumaneko, Sat Aug 8 02:47:05 2009 UTC revision 2870 by kumaneko, Sat Aug 8 03:09:07 2009 UTC
# Line 140  static int ccs_check_chroot_permission2( Line 140  static int ccs_check_chroot_permission2(
140                          if (ccs_acl_type2(ptr) != TYPE_CHROOT_ACL)                          if (ccs_acl_type2(ptr) != TYPE_CHROOT_ACL)
141                                  continue;                                  continue;
142                          acl = container_of(ptr, struct ccs_chroot_acl_record,                          acl = container_of(ptr, struct ccs_chroot_acl_record,
143                                             head);                                             head);
144                          if (!ccs_path_matches_pattern(&dir, acl->dir) ||                          if (!ccs_path_matches_pattern(&dir, acl->dir) ||
145                              !ccs_check_condition(&r, ptr))                              !ccs_check_condition(&r, ptr))
146                                  continue;                                  continue;

Legend:
Removed from v.2869  
changed lines
  Added in v.2870

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