Hi there, What is the best way to stop to SELinux from trying read ACL security labels for (FUSE) mounts? Background: >From what I read, Selinux is not really working on FUSE filesystems, however, when I run a FUSE filesystem, I see various GETXATTR calls passing by asking for security.capability system.posix_acl_default system.posix_acl_access In the most common use case, it is the user that runs the FUSE daemon, and the mount is only visible to him. In this case, inspection of security/access labels haves no sense at all. Since the calls have overhead (each one requires a context switch, costing about 10us), I would like to suppress them. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.