]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/security.c
LSM/SELinux: show LSM mount options in /proc/mounts
[linux-2.6-omap-h63xx.git] / security / security.c
index 2c0a5876b939ef0e036f487ca199448fb13afea4..de74fdccde261782ba4c759b4f93398a400d58de 100644 (file)
@@ -292,6 +292,11 @@ int security_sb_kern_mount(struct super_block *sb, void *data)
        return security_ops->sb_kern_mount(sb, data);
 }
 
+int security_sb_show_options(struct seq_file *m, struct super_block *sb)
+{
+       return security_ops->sb_show_options(m, sb);
+}
+
 int security_sb_statfs(struct dentry *dentry)
 {
        return security_ops->sb_statfs(dentry);