Hi....I am su, a new linuxer.<br> <br>I am doing some development on linux security modules(LSM), and I use extended attribute to store the security information.<br> <br>But problems encountered..<br> <br>when the kernel module that I developed is working a long time ,the extended attribute of this file named /lib/<a href="http://ld-2.5.so">ld-2.5.so</a> lost.Exactly, it 's replace by zero.<br>
<br>and in my kernel module ,there is a policy, when create a inode, the extended attribute will be initialized to zero. But when I check /lib/<a href="http://ld-2.5.so">ld-2.5.so</a>, the inode is not changed, exactly it's not a new inode. I am becoming confused....<br>
<br>I think there must be some fatal bugs in my kernel module.But I am just wondering in which condition can make a file's extended attribute field to be replaced by zero? in which condition can make /lib/<a href="http://ld-2.5.so">ld-2.5.so</a> extended attribute to be zero?