Open-Source-Software-Entwicklung und Downloads

Anzeigen 1.0.1-20051208 - Change Log

category(Tag) tree

file info

category(Tag)
Wurzel
dateiname
ccs-patch_1.0.1-20051208_-_Changes
letztes update
2005-12-08 13:05
typ
Plain Text
editor
Tetsuo Handa
beschreibung
1.0.1-20051208 - Change Log
sprache
English
translate
Fix 2005/11/18

    @ Add setattr() missing hook in SYAORAN fs.

      setattr() checking for special inode was missing.

Fix 2005/11/25

    @ Allow initrd.img include /sbin/init .

      Since version 1.0 loads policy when /sbin/init is called
      for the first time, initrd.img without the policy directory
      mustn't start /sbin/init . This forced users not to use
      initrd.img that includes /sbin/init .
      I modified to delay loading policy if the policy directory
      doesn't exist and wait for /sbin/init being called again.

Fix 2005/12/02

    @ Use lookup_one_len() instead of lookup_hash().

      Kernel 2.6.15 changed parameters for lookup_hash().
      I modified to use lookup_one_len() to keep compatibility.

Fix 2005/12/06

    @ Add S_ISDIR() check in SYAORAN fs.

      Malicious configuration file that attempts to create an inode
      under non-directory inode caused segmentation fault.