Date: 27 Aug 2004 17:18:50 +0200 From: Dmitry Karasik <dmitry@karasik.eu.org> To: hackers@freebsd.org Subject: shared memory in jails Message-ID: <84zn4g7go5.fsf_-_@plab.ku.dk> In-Reply-To: Ted Unangst's message of "Mon, 23 Aug 2004 10:12:42 -0700"
next in thread | raw e-mail | index | archive | help
Hi hackers, I've been playing with shared memory in jails, and very soon found out that one jail's segments are visible (didn't check the accesibility thoroughly) in another, which IMO is against the very idea of the jail. ( The exact problem is that postgresqls, when run in jails, try to use same set of IPC keys and (expectedly) fail ). I'm not really sure if the issue was already discussed, but even if it wasn't, I wonder if anything can be done to fix the problem. I think I am myself able to hack sys/kern/sysv_shm.c and around, but what I do not know is the extent of the area that should be affected by the proper solution. Do you have any ideas or comments on this? -- Sincerely, Dmitry --- www.karasik.eu.org ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84zn4g7go5.fsf_-_>