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

Subversion リポジトリの参照

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

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

revision 205 by kumaneko, Wed Apr 18 05:36:07 2007 UTC revision 206 by kumaneko, Tue May 8 11:18:36 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.

Legend:
Removed from v.205  
changed lines
  Added in v.206

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