From: Eric Paris Date: Fri, 25 Feb 2011 20:39:20 +0000 (-0500) Subject: selinux: drop unused packet flow permissions X-Git-Tag: v2.6.39-rc7~20^2^2~3^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ac19ea429aee561f66e9cd05b908e8ffbc498a;p=thirdparty%2Fkernel%2Flinux.git selinux: drop unused packet flow permissions These permissions are not used and can be dropped in the kernel definitions. Suggested-by: Stephen Smalley Signed-off-by: Eric Paris Acked-by: Stephen Smalley --- diff --git a/security/selinux/include/classmap.h b/security/selinux/include/classmap.h index 7ed3663332ecf..4227e5fa7861b 100644 --- a/security/selinux/include/classmap.h +++ b/security/selinux/include/classmap.h @@ -132,8 +132,7 @@ struct security_class_mapping secclass_map[] = { { "appletalk_socket", { COMMON_SOCK_PERMS, NULL } }, { "packet", - { "send", "recv", "relabelto", "flow_in", "flow_out", - "forward_in", "forward_out", NULL } }, + { "send", "recv", "relabelto", "forward_in", "forward_out", NULL } }, { "key", { "view", "read", "write", "search", "link", "setattr", "create", NULL } },