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 3203 by kumaneko, Fri Nov 13 02:08:45 2009 UTC revision 3204 by kumaneko, Wed Nov 18 07:11:57 2009 UTC
# Line 2251  Fix 2009/11/13 Line 2251  Fix 2009/11/13
2251    
2252       Some kernels call TOMOYO's hooks before processing core_initcall().       Some kernels call TOMOYO's hooks before processing core_initcall().
2253       Thus, I can't use core_initcall() for initializing lock for GC.       Thus, I can't use core_initcall() for initializing lock for GC.
2254    
2255    Fix 2009/11/18
2256    
2257        @ Don't check "allow_write" permission for open(O_RDONLY | O_TRUNC).
2258    
2259          Since TOMOYO checks "allow_truncate" permission rather than "allow_write"
2260          permission for O_TRUNC, I need to distinguish open(O_RDONLY | O_TRUNC)
2261          and open(O_RDWR | O_TRUNC). But I made a mistake between TOMOYO 1.7.0 and
2262          1.7.1 which made it impossible for TOMOYO for kernels 2.6.14 and earlier
2263          to distinguish them.

Legend:
Removed from v.3203  
changed lines
  Added in v.3204

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