commit | 2069f457848f846cb31149c9aa29b330a6b66d1b | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Jul 04 09:47:13 2008 +1000 |
committer | James Morris <jmorris@namei.org> | Mon Jul 14 15:02:05 2008 +1000 |
tree | 199e7bb15e7d7b5cf008cd6fdb6cefc0d6af7f13 | |
parent | 811f3799279e567aa354c649ce22688d949ac7a9 [diff] |
LSM/SELinux: show LSM mount options in /proc/mounts 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@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: James Morris <jmorris@namei.org>