Page MenuHomeFreeBSD

nuageinit: Add doas support
ClosedPublic

Authored by dtxdf on Sep 8 2025, 10:21 PM.
Tags
None
Referenced Files
F137720650: D52437.diff
Tue, Nov 25, 5:39 AM
Unknown Object (File)
Sun, Nov 16, 10:53 PM
Unknown Object (File)
Sat, Nov 15, 8:27 AM
Unknown Object (File)
Mon, Nov 10, 3:44 PM
Unknown Object (File)
Fri, Nov 7, 1:13 AM
Unknown Object (File)
Thu, Nov 6, 10:14 PM
Unknown Object (File)
Sun, Nov 2, 5:22 AM
Unknown Object (File)
Thu, Oct 30, 6:49 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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.