lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 04 Dec 2007 22:07:44 -0800 (PST) From: David Miller <davem@...emloft.net> To: greearb@...delatech.com Cc: ebiederm@...ssion.com, kaber@...sh.net, shemminger@...ux-foundation.org, lkml@....ca, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, containers@...ts.osdl.org Subject: Re: namespace support requires network modules to say "GPL" From: Ben Greear <greearb@...delatech.com> Date: Tue, 04 Dec 2007 10:57:01 -0800 > echo add_my_bridge my_br1 eth0 namespaceX eth1 namespaceY > > /proc/net/foo/config Each process executes in a namespace, so specifying the namespace is redundant, just fetch the current process's namespace to pass into the dev_get_by_*() routines. Anyone interested in using a different namespace's devices can change the namespace the process is executing in before the procfs echo. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists