Page MenuHomeFreeBSD

routing: add public rt_is_exportable() version to check if route can be exported to userland when jailed.
ClosedPublic

Authored by melifaro on Mar 22 2023, 11:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 8 2024, 4:01 PM
Unknown Object (File)
Jan 14 2024, 7:33 AM
Unknown Object (File)
Dec 23 2023, 2:05 AM
Unknown Object (File)
Dec 21 2023, 1:42 PM
Unknown Object (File)
Dec 1 2023, 8:17 AM
Unknown Object (File)
Sep 1 2023, 6:58 AM
Unknown Object (File)
Aug 15 2023, 12:16 AM
Unknown Object (File)
Aug 14 2023, 11:46 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei added inline comments.
sys/net/route/route_rtentry.c
202
  1. If the process is in legacy jail, only allow export host routes for the addresses assigned to the jail.
  2. Otherwise, allow export.

Am I right ?

sys/net/route/route_rtentry.c
202

Yes (and this is actually should be written in the description)

This revision was not accepted when it landed; it landed in state Needs Review.Mar 26 2023, 8:38 AM
This revision was automatically updated to reflect the committed changes.