projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7ab3d
)
selinux: drop unused packet flow permissions
author
Eric Paris
<eparis@redhat.com>
Fri, 25 Feb 2011 20:39:20 +0000
(15:39 -0500)
committer
Eric Paris
<eparis@redhat.com>
Fri, 25 Feb 2011 20:40:00 +0000
(15:40 -0500)
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>
security/selinux/include/classmap.h
patch
|
blob
|
history
diff --git
a/security/selinux/include/classmap.h
b/security/selinux/include/classmap.h
index 7ed3663332ecf16a9f8c237e00b2963fe561cfa7..4227e5fa7861bf2a350efca9ea352e12ccf61636 100644
(file)
--- 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 } },