public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add SELinux module to 2.5.74-bk1
@ 2003-07-03 17:44 Stephen Smalley
  2003-07-03 17:51 ` Jeff Garzik
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Smalley @ 2003-07-03 17:44 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Alexander Viro, Alan Cox,
	Christoph Hellwig, Greg Kroah-Hartman, Chris Wright, James Morris,
	lkml

The patch against 2.5.74-bk1 available from
http://www.nsa.gov/selinux/lk/2.5.74-bk1-selinux.patch.gz adds the
SELinux module to the tree and modifies the security/Makefile and
security/KConfig files for SELinux.  The last dependency for SELinux,
the vm_enough_memory security hook, was included in -bk1.  Please
consider applying.  Thanks.  diffstat output is below.  

-----

 Kconfig                                 |    2 
 Makefile                                |    6 
 selinux/Kconfig                         |   34 
 selinux/Makefile                        |   10 
 selinux/avc.c                           | 1144 ++++++++++
 selinux/hooks.c                         | 3373 ++++++++++++++++++++++++++++++++
 selinux/include/av_inherit.h            |   37 
 selinux/include/av_perm_to_string.h     |  122 +
 selinux/include/av_permissions.h        |  550 +++++
 selinux/include/avc.h                   |  234 ++
 selinux/include/avc_ss.h                |   81 
 selinux/include/class_to_string.h       |   39 
 selinux/include/common_perm_to_string.h |   65 
 selinux/include/flask.h                 |   71 
 selinux/include/flask_types.h           |   73 
 selinux/include/initial_sid_to_string.h |   32 
 selinux/include/objsec.h                |   87 
 selinux/include/security.h              |  180 +
 selinux/selinuxfs.c                     |  592 +++++
 selinux/ss/Makefile                     |   14 
 selinux/ss/avtab.c                      |  273 ++
 selinux/ss/avtab.h                      |   82 
 selinux/ss/constraint.h                 |   62 
 selinux/ss/context.h                    |  131 +
 selinux/ss/ebitmap.c                    |  344 +++
 selinux/ss/ebitmap.h                    |   57 
 selinux/ss/global.h                     |   19 
 selinux/ss/hashtab.c                    |  310 ++
 selinux/ss/hashtab.h                    |  144 +
 selinux/ss/mls.c                        |  735 ++++++
 selinux/ss/mls.h                        |  106 +
 selinux/ss/mls_types.h                  |   65 
 selinux/ss/policydb.c                   | 1300 ++++++++++++
 selinux/ss/policydb.h                   |  274 ++
 selinux/ss/services.c                   | 1387 +++++++++++++
 selinux/ss/services.h                   |   23 
 selinux/ss/sidtab.c                     |  333 +++
 selinux/ss/sidtab.h                     |   71 
 selinux/ss/symtab.c                     |   48 
 selinux/ss/symtab.h                     |   28 
 40 files changed, 12538 insertions(+)

-- 
Stephen Smalley <sds@epoch.ncsc.mil>
National Security Agency


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-07-08 14:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-03 17:44 [PATCH] Add SELinux module to 2.5.74-bk1 Stephen Smalley
2003-07-03 17:51 ` Jeff Garzik
2003-07-03 17:55   ` Chris Wright
2003-07-03 17:56   ` Greg KH
2003-07-03 18:05   ` Stephen Smalley
2003-07-04 15:41     ` Jeff Garzik
2003-07-08  9:49   ` James Morris
2003-07-08 10:09     ` Andrew Morton
2003-07-08 13:20       ` James Morris
2003-07-08 13:45       ` Alan Cox
2003-07-08 15:00         ` James Morris
2003-07-08 11:33     ` Christoph Hellwig
2003-07-08 13:50       ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox