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

Subversion リポジトリの参照

Diff of /trunk/1.6.x/ccs-patch/README.ccs

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

revision 183 by kumaneko, Wed Apr 18 05:36:07 2007 UTC revision 238 by kumaneko, Thu May 24 11:28:09 2007 UTC
# Line 890  Fix 2007/04/18 Line 890  Fix 2007/04/18
890        domain transition are done using /sbin/busybox (realpath of /bin/ls)        domain transition are done using /sbin/busybox (realpath of /bin/ls)
891        and will be rejected since the administrator won't grant        and will be rejected since the administrator won't grant
892        "1 /sbin/busybox".        "1 /sbin/busybox".
893    
894    Fix 2007/05/07
895    
896        @ Support pathname subtraction.
897    
898          There was no way to exclude specific pathnames when granting
899          permissions using wildcards.
900          There would be a need to exclude specific files and directories.
901          I introduced "\-" as subtraction operator.
902    
903            "A\-B" means "A" other than "B".
904            "A\-B\-C" means "A" other than "B" and "C".
905            "A\-B\-C\-D" means "A" other than "B" and "C" and "D".
906    
907          "A", "B", "C", "D" may contain wildcards.
908    
909          An example usage is "/home/\*/\*\-.ssh/\*", which means
910          "/home/\*/\*/\*" other than "/home/\*/.ssh/\*".
911    
912          "A" should contain wildcards because subtraction from constants
913          (e.g. "/usr\-usr/" or "/usr\-home/") is meaningless.
914    
915          Don't try "A\-B\+C" because "\+" is not addition operator.
916    
917    Fix 2007/05/24
918    
919        @ Fix autobind hook.
920    
921          The location to call SAKURA_MayAutobind() in net/ipv4/udp.c
922          and net/ipv6/udp.c were wrong.
923    
924    Version 1.4.1 2007/??/??   Minor update release.

Legend:
Removed from v.183  
changed lines
  Added in v.238

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