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)
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
Unknown Object (File)
Sun, Apr 14, 5:30 PM
Unknown Object (File)
Mon, Apr 8, 1:59 PM
Unknown Object (File)
Dec 23 2023, 10:11 AM
Unknown Object (File)
Dec 12 2023, 3:23 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