Hello all,
I've been quite surprised to see that by default (I'm using FreeBSD 10.1) all jails share their memory objects created through
How do you prevent this so a jail cannot access the shared memory objects created in another jail?
Thank you by advance!
I've been quite surprised to see that by default (I'm using FreeBSD 10.1) all jails share their memory objects created through
shm_open()
(2) (even when the security.jail.sysvipc_allowed
sysctl
value is set to 0).How do you prevent this so a jail cannot access the shared memory objects created in another jail?
Thank you by advance!