diff options
Diffstat (limited to 'security/selinux/selinuxfs.c')
-rw-r--r-- | security/selinux/selinuxfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 0341567665b3..1d996bb953b8 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c | |||
@@ -42,7 +42,8 @@ | |||
42 | 42 | ||
43 | /* Policy capability filenames */ | 43 | /* Policy capability filenames */ |
44 | static char *policycap_names[] = { | 44 | static char *policycap_names[] = { |
45 | "network_peer_controls" | 45 | "network_peer_controls", |
46 | "open_perms" | ||
46 | }; | 47 | }; |
47 | 48 | ||
48 | unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; | 49 | unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; |