Page MenuHomeFreeBSD

RELNOTES: add a note about lua config files in loader
ClosedPublic

Authored by kevans on May 11 2023, 4:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 5:21 PM
Unknown Object (File)
Thu, May 2, 5:04 PM
Unknown Object (File)
Thu, May 2, 5:04 PM
Unknown Object (File)
Thu, May 2, 1:20 PM
Unknown Object (File)
Sat, Apr 20, 5:02 PM
Unknown Object (File)
Sat, Apr 20, 5:02 PM
Unknown Object (File)
Fri, Apr 19, 5:30 AM
Unknown Object (File)
Fri, Apr 19, 4:53 AM
Subscribers
None

Details

Summary

Scripted configuration can make safer some use-cases that currently use
local.lua, but don't actually need to access external resources to make
their changes. Let's note the new feature in RELNOTES.

Diff Detail

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

Event Timeline

kevans created this revision.
markj added inline comments.
RELNOTES
20

_G['net.fibs'] doesn't work though?

This revision is now accepted and ready to land.May 11 2023, 5:00 PM
RELNOTES
20

Correct; _G isn't accessible in the sandbox because we don't want to provide unfettered access to, e.g., lua modules