> This patch causes SELinux mount options to show up in /proc/mounts. As > with other code in the area seq_put errors are ignored. Other LSM's > will not have their mount options displayed until they fill in their own > security_sb_show_options() function. > > Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> > Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx> > > --- > > This patch is against a merged vfs-2.6:vfs-2.6.25 and selinux:for-akpm > repo. It requires the a6307a583a073f85c38399c1e2c21dfe2d6a3da0 > changeset in jame's repo to compile. I'll let you and James decide if > we should push it through the VFS tree or the SELinux tree.... > > Only change from the last patch is the addition of " around mount > options which contain a comma example: > server:/export/ /import nfs rw,context="system_u:object_r:httpd_sys_content_t:s0:c1,c3",vers=3,rsize=32768,wsize=32768,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=X.X.X.X 0 0 Looks good. Since the patch is dependent on stuff in the selinux repo, it should go via that tree. Even better would be if the non-selinux part was split off into a separate patch and gone through -mm, to let the interface changes get extra review. Thanks, Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html