Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

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

revision 2079 by kumaneko, Wed Jan 28 05:22:11 2009 UTC revision 2178 by kumaneko, Tue Feb 17 04:37:03 2009 UTC
# Line 1753  Fix 2008/12/01 Line 1753  Fix 2008/12/01
1753        new conditions for checking file's type and permissions.        new conditions for checking file's type and permissions.
1754        For example,        For example,
1755    
1756          allow_read /etc/fstab if path1.type=regular path1.perm=0644          allow_read /etc/fstab if path1.type=file path1.perm=0644
1757    
1758        will allow opening /etc/fstab for reading only if /etc/fstab is a regular        will allow opening /etc/fstab for reading only if /etc/fstab is a regular
1759        file and it's permission is 0644, and        file and it's permission is 0644, and
# Line 1818  Fix 2009/01/28 Line 1818  Fix 2009/01/28
1818        but open(O_RDONLY) and open(O_WRONLY) fail.        but open(O_RDONLY) and open(O_WRONLY) fail.
1819    
1820        Workaround is to write an entry twice when newly appending that entry.        Workaround is to write an entry twice when newly appending that entry.
1821        If written twice, internal  "allow_read" and "allow_write" entries        If written twice, internal "allow_read" and "allow_write" entries
1822        are updated.        are updated.

Legend:
Removed from v.2079  
changed lines
  Added in v.2178

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