On Wed, 2011-12-07 at 15:15 -0500, Eric Paris wrote: > So the problem comes from the code which creates the files in > /selinux/booleans. It does an explicit check for a genfs rule for > selinuxfs to label the new inode. I'm not certain why we need this > bit of code. Maybe it is there to support labeling of individual > booleans somehow, but I don't see how of why this particular piece of > code is needed. In any case I believe (Steve tested but I'm not > exactly sure what he did) that you can add a genfs statement for > selinuxfs and it will start working... Yes, it was to support per-boolean labeling. However, as you note, lack of a matching entry for selinuxfs in policy shouldn't be fatal for policy load, so we should at least ignore ENOENT from security_genfs_sid() there. There is a larger issue there however; any failure in sel_make_bools, sel_make_classes, or sel_make_policycap will return an error to userspace, causing it to think that the policy load failed (which triggers an unwind of the transaction by libsemanage, reverting to the prior policy file), but we have already switched policies in the kernel as part of security_load_policy(). -- Stephen Smalley National Security Agency -- 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.