Hi,
I've been writing a Linux Security Module and want to save my security labels as an extended attribute. My local file system is ext3 and I have CONFIG_EXT3_FS_XATTR=y in my .config file. Unfortunately all set_xattr calls fail with EOPNOTSUPP, the same goes for setfattr (which returns "Operation not supported"). What else do I need to configure in order for set_xattr to work on ext3?
Thanks, Can
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/