Hi. To port SELinux to Android on emulator, we are working xattr support for yaffs2.
We have primitive code for xattr for yaffs2, as shown at the last of this message. xattr is implemented as hidden files like reiserfs. For example, selinux's xattr for a file is stored in following file. ...xattr/<Oid of a file>/security.selinux I think there are many limitations and bugs, so I want to improve this patch. Do you have any comments, suggestions? Or, anyone working for better implementation? Following is a patch, it is based on yaffs2 in Android qemu kernel. http://www.aleph1.co.uk/lurker/message/20090424.003253.a5e3c4ac.en.html Regards, -- Yuichi Nakamura Hitachi Software Engineering Co., Ltd. SELinux Policy Editor: http://seedit.sourceforge.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

