View 1.0.1-20051208 - Change Log
file info- category(Tag)
- root
- file name
- ccs-patch_1.0.1-20051208_-_Changes
- last update
- 2005-12-08 13:05
- type
- Plain Text
- editor
- Tetsuo Handa
- description
- 1.0.1-20051208 - Change Log
- language
- 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.
| |