diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/selinuxfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index d6ae2d407307..f4b5a0baaec4 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c | |||
@@ -1832,7 +1832,7 @@ static int sel_fill_super(struct super_block *sb, void *data, int silent) | |||
1832 | [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, | 1832 | [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, |
1833 | [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, | 1833 | [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, |
1834 | [SEL_STATUS] = {"status", &sel_handle_status_ops, S_IRUGO}, | 1834 | [SEL_STATUS] = {"status", &sel_handle_status_ops, S_IRUGO}, |
1835 | [SEL_POLICY] = {"policy", &sel_policy_ops, S_IRUSR}, | 1835 | [SEL_POLICY] = {"policy", &sel_policy_ops, S_IRUGO}, |
1836 | /* last one */ {""} | 1836 | /* last one */ {""} |
1837 | }; | 1837 | }; |
1838 | ret = simple_fill_super(sb, SELINUX_MAGIC, selinux_files); | 1838 | ret = simple_fill_super(sb, SELINUX_MAGIC, selinux_files); |