Besides ipc and utsnames, can anybody think of some other things in sysctl that we really need to virtualize? It seems to me that most of the other stuff is kernel-global and we simply won't allow anything in a container to touch it. That said, there may be things in the future that need to get added as we separate out different subsystems. Things like min_free_kbytes could have a container-centric meaning (although I think that is probably a really bad one to mess with). I have a slightly revamped way of doing the sysv namespace sysctl code. I've attached a couple of (still pretty raw) patches. Do these still fall in the "hacks" category? -- Dave