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)
Fri, Jan 10, 4:14 AM
Unknown Object (File)
Dec 2 2024, 6:05 AM
Unknown Object (File)
Dec 2 2024, 3:53 AM
Unknown Object (File)
Dec 1 2024, 11:02 PM
Unknown Object (File)
Dec 1 2024, 11:02 PM
Unknown Object (File)
Dec 1 2024, 10:50 PM
Unknown Object (File)
Nov 21 2024, 11:06 AM
Unknown Object (File)
Nov 11 2024, 4:51 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