diff options
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/include/classmap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/selinux/include/classmap.h b/security/selinux/include/classmap.h index 7ed3663332ec..4227e5fa7861 100644 --- a/security/selinux/include/classmap.h +++ b/security/selinux/include/classmap.h | |||
@@ -132,8 +132,7 @@ struct security_class_mapping secclass_map[] = { | |||
132 | { "appletalk_socket", | 132 | { "appletalk_socket", |
133 | { COMMON_SOCK_PERMS, NULL } }, | 133 | { COMMON_SOCK_PERMS, NULL } }, |
134 | { "packet", | 134 | { "packet", |
135 | { "send", "recv", "relabelto", "flow_in", "flow_out", | 135 | { "send", "recv", "relabelto", "forward_in", "forward_out", NULL } }, |
136 | "forward_in", "forward_out", NULL } }, | ||
137 | { "key", | 136 | { "key", |
138 | { "view", "read", "write", "search", "link", "setattr", "create", | 137 | { "view", "read", "write", "search", "link", "setattr", "create", |
139 | NULL } }, | 138 | NULL } }, |