diff options
| author | Eric Paris <eparis@redhat.com> | 2011-02-25 15:39:20 -0500 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2011-02-25 15:40:00 -0500 |
| commit | 47ac19ea429aee561f66e9cd05b908e8ffbc498a (patch) | |
| tree | 22a95f4b75ab4dd71949f8f337463638ff6711e3 /security | |
| parent | 4a7ab3dcad0b66a486c468ccf0d6197c5dbe3326 (diff) | |
selinux: drop unused packet flow permissions
These permissions are not used and can be dropped in the kernel
definitions.
Suggested-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'security')
| -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 } }, |
