Page MenuHomeFreeBSD

net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script
ClosedPublic

Authored by driesm on Nov 12 2021, 8:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:03 PM
Unknown Object (File)
Sat, Apr 20, 1:59 PM
Unknown Object (File)
Sat, Apr 20, 1:59 PM
Unknown Object (File)
Sat, Apr 20, 1:59 PM
Unknown Object (File)
Fri, Apr 19, 2:14 AM
Unknown Object (File)
Mon, Apr 8, 2:41 AM
Unknown Object (File)
Feb 21 2024, 6:06 PM
Unknown Object (File)
Feb 9 2024, 4:24 AM
Subscribers

Details

Summary

Commit Message:

net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script

The keyword was added in 2007 following git history, c7e6df59748c. This
is a remnant of the pre-VNET days. dhcpcd is perfectly capable of
running in a VNET jail so relax keyword. This allows dhcpcd to start in
a VNET jail.

 PR:			258185
 Approved by:		tbd (mentor)
 Differential Revision:	https://reviews.freebsd.org/D32959

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

driesm added reviewers: philip, 0mp.

Bump portrevision as the package needs to be recreated.

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

Don't be surprised that you'll need to add an additional flag to git push ( git push --push-option=confirm-author I think, the server-side commit hook will give you the most recent details).

This revision is now accepted and ready to land.Nov 12 2021, 10:49 PM
In D32959#744419, @0mp wrote:

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

Don't be surprised that you'll need to add an additional flag to git push ( git push --push-option=confirm-author I think, the server-side commit hook will give you the most recent details).

Thanks for the heads up!