[Bug 239393] connect(2) returns EACCESS in vnet jail
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 23 07:02:48 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239393
--- Comment #1 from Yuri Victorovich <yuri at freebsd.org> ---
Connections to 127.0.0.1 via lo0 also fail with "Permission denied".
The jail is created with:
> jail_setv(JAIL_CREATE,
> "path", jailPath.c_str(),
> "host.hostname", "my-hostname",
> "persist", nullptr,
> "allow.raw_sockets", "true",
> "allow.socket_af", "true",
> "vnet", nullptr,
> nullptr);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list