Re: [PATCH 1/3] lib/kobject_uevent.c: disable broadcast of uevents to other namespaces

2015-09-11 Thread Michael J Coss
On 9/10/2015 8:36 PM, Eric W. Biederman wrote: > "Michael J. Coss" writes: > >> Restrict sending uevents to only those listeners operating in the same >> network namespace as the system init process. This is the first step >> toward allowing policy control of the forwarding of events to other >>

Re: [PATCH 1/3] lib/kobject_uevent.c: disable broadcast of uevents to other namespaces

2015-09-10 Thread Eric W. Biederman
"Michael J. Coss" writes: > Restrict sending uevents to only those listeners operating in the same > network namespace as the system init process. This is the first step > toward allowing policy control of the forwarding of events to other > namespaces in userspace. This limitation whould be be

[PATCH 1/3] lib/kobject_uevent.c: disable broadcast of uevents to other namespaces

2015-09-08 Thread Michael J. Coss
Restrict sending uevents to only those listeners operating in the same network namespace as the system init process. This is the first step toward allowing policy control of the forwarding of events to other namespaces in userspace. Signed-off-by: Michael J. Coss --- lib/kobject_uevent.c | 4 ++