netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Real networking namespace
@ 2009-10-09 15:38 Stephen Hemminger
  2009-10-09 16:37 ` Stephen Smalley
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Hemminger @ 2009-10-09 15:38 UTC (permalink / raw)
  To: linux-security-module; +Cc: Al Viro, netdev

The existing networking namespace model is unattractive for what I want,
has anyone investigated better alternatives?

I would like to be able to allow access to a network interface and associated objects
(routing tables etc), to be controlled by Mandatory Access Control API's.
I.e grant access to eth0 and to only certain processes.  Some the issues
with the existing models are:
  * eth0 and associated objects don't really exist in filesystem so
    not subject to LSM style control (SeLinux/SMACK/TOMOYO)
  * network namespaces do not allow object to exist in multiple namespaces.
    The current model is more restrictive than chroot jails. At least with
    chroot, put filesystem objects in multiple jails.

Since one of the first rules of security is "don't reinvent", surely
others have dealt with this issue. Any good ideas?

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

end of thread, other threads:[~2009-10-10 21:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09 15:38 Real networking namespace Stephen Hemminger
2009-10-09 16:37 ` Stephen Smalley
2009-10-09 16:44   ` Stephen Smalley
2009-10-09 22:12     ` Paul Moore
2009-10-10  2:08       ` Stephen Hemminger
2009-10-10 21:40         ` Paul Moore
2009-10-10 18:14       ` Casey Schaufler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).