Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

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

revision 4807 by kumaneko, Fri Apr 1 04:34:12 2011 UTC revision 4808 by kumaneko, Sun Apr 3 07:24:34 2011 UTC
# Line 2814  Fix 2011/03/31 Line 2814  Fix 2011/03/31
2814        We need to serialize when updating COMMENT= line in /proc/ccs/profile .        We need to serialize when updating COMMENT= line in /proc/ccs/profile .
2815    
2816  Version 1.8.1   2011/04/01   Usability enhancement with "Zettai, Daijoubudayo" release!  Version 1.8.1   2011/04/01   Usability enhancement with "Zettai, Daijoubudayo" release!
2817    
2818    Fix 2011/04/03
2819    
2820        @ Fix fcntl(F_SETFL, O_APPEND) handling.
2821    
2822          Since 1.8.0, TOMOYO was by error checking "file write" permission rather
2823          than "file append" permission when changing file's writing mode from
2824          "overwriting" to "append".
2825    
2826          This error should impact little (except CentOS 6.0 kernels) because once
2827          a file was opened for "overwriting" mode, changing that file to "append"
2828          mode cannot undo overwriting the file. Regarding CentOS 6.0 kernels,
2829          due to different ACC_MODE definition, TOMOYO was by error needlessly
2830          checking "file read" permission when fcntl() was requested.

Legend:
Removed from v.4807  
changed lines
  Added in v.4808

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