Page MenuHomeFreeBSD

nuageinit: Add doas support
ClosedPublic

Authored by dtxdf on Sep 8 2025, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 12:53 AM
Unknown Object (File)
Sat, Oct 11, 3:23 PM
Unknown Object (File)
Sat, Oct 11, 3:23 PM
Unknown Object (File)
Sat, Oct 11, 3:23 PM
Unknown Object (File)
Sat, Oct 11, 3:23 PM
Unknown Object (File)
Sat, Oct 11, 6:52 AM
Unknown Object (File)
Mon, Sep 29, 11:49 AM
Unknown Object (File)
Fri, Sep 26, 10:33 PM
Subscribers

Diff Detail

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

Event Timeline

dtxdf requested review of this revision.Sep 8 2025, 10:21 PM
  • Set mode of etc directory to 0750
bapt added inline comments.
libexec/nuageinit/nuage.lua
283

too bad we don't have yes in base a sysctl wrapper for lua, but theorically the prefix should be obtained from user.localbase entry. (let's do that later, when we will have a sysctl wrapper :D

This revision is now accepted and ready to land.Sep 9 2025, 7:17 AM
  • Set mode of etc directory to 0755.
  • Use user.localbase sysctl instead of /usr/local.
  • Add missing test case for doas.
  • Set ${LOCALBASE} instead of /usr/local in nuageinit(7) man page.
This revision now requires review to proceed.Sep 9 2025, 7:22 PM
dtxdf marked an inline comment as done.Sep 9 2025, 7:22 PM
This revision is now accepted and ready to land.Sep 11 2025, 7:06 AM
This revision was automatically updated to reflect the committed changes.