Stephen Smalley <[email protected]> wrote: > Also, would be good to create a common helper for use here, by > selinux_dentry_init_security(), selinux_inode_init_security(), and > may_create(). Already some seeming potential for inconsistencies there.
selinux_dentry_init_security() and selinux_inode_init_security() do something different depending on SECURITY_FS_USE_MNTPOINT. Is the dentry variant wrong? Shouldn't it be using the mountpoint label if that flag _is_ set? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

