https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181794
Jamie Gritton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Jamie Gritton <[email protected]> --- I we store the FIB in the prison struct, then rather than having jexec(8) look there and set the FIB, it should just be done in the kernel, in jail_attach(2). That's been the solution that's been floating around on my back burner (for too long, I know). That would still break attempts to enter a jail explicitly under a different FIB, but I don't see a way around that. But then, I also don't see a reason to support that. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[email protected]"
