Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2019 07:02:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239393] connect(2) returns EACCESS in vnet jail
Message-ID:  <bug-239393-227-7oHld33KIM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239393-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239393-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239393

--- Comment #1 from Yuri Victorovich <yuri@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);

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239393-227-7oHld33KIM>