diff options
author | Christopher J. PeBenito <cpebenito@tresys.com> | 2006-06-09 09:25:03 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 06:29:51 +0200 |
commit | 3e3ff15e6d8ba931fa9a6c7f9fe711edc77e96e5 (patch) | |
tree | e3b3edcf5092e9533539f6e8abdda83eee2cb96d /security/selinux/include/av_inherit.h | |
parent | [NET]: Fix warnings after LSM-IPSEC changes. (diff) | |
download | linux-3e3ff15e6d8ba931fa9a6c7f9fe711edc77e96e5.tar.xz linux-3e3ff15e6d8ba931fa9a6c7f9fe711edc77e96e5.zip |
[SELINUX]: add security class for appletalk sockets
Add a security class for appletalk sockets so that they can be
distinguished in SELinux policy. Please apply.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Acked-by: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/selinux/include/av_inherit.h')
-rw-r--r-- | security/selinux/include/av_inherit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/include/av_inherit.h b/security/selinux/include/av_inherit.h index b0e6b12931c9..a68fdd55597f 100644 --- a/security/selinux/include/av_inherit.h +++ b/security/selinux/include/av_inherit.h @@ -29,3 +29,4 @@ S_(SECCLASS_NETLINK_IP6FW_SOCKET, socket, 0x00400000UL) S_(SECCLASS_NETLINK_DNRT_SOCKET, socket, 0x00400000UL) S_(SECCLASS_NETLINK_KOBJECT_UEVENT_SOCKET, socket, 0x00400000UL) + S_(SECCLASS_APPLETALK_SOCKET, socket, 0x00400000UL) |