jails Allowing raw sockets in jails

Those are actually deprecated in favor of per jail settings in jail.conf. See jail(8) (look under allow.*).
Code:
dice@molly:~ % sysctl -d security.jail.allow_raw_sockets
security.jail.allow_raw_sockets: Prison root can create raw sockets (deprecated)
The 'problem' with these sysctl(8) is that they apply to all your jails.
 
Back
Top