Page MenuHomeFreeBSD

nuageinit: chmod sudoers directory instead of chmod (again) sudoers file
ClosedPublic

Authored by dtxdf on Sep 8 2025, 10:23 PM.
Tags
None
Referenced Files
F154224443: D52438.id.diff
Mon, Apr 27, 6:11 AM
Unknown Object (File)
Sat, Apr 18, 9:42 PM
Unknown Object (File)
Sat, Apr 18, 3:35 AM
Unknown Object (File)
Thu, Apr 16, 10:03 AM
Unknown Object (File)
Tue, Apr 14, 2:36 PM
Unknown Object (File)
Tue, Apr 14, 2:30 PM
Unknown Object (File)
Mon, Apr 13, 10:44 AM
Unknown Object (File)
Mon, Apr 13, 10:31 AM
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:23 PM
jlduran added inline comments.
libexec/nuageinit/nuage.lua
363

Should also be "0750".

  • Set mode of sudoers directory to 0750
dtxdf marked an inline comment as done.Sep 9 2025, 6:03 AM
jlduran added inline comments.
libexec/nuageinit/nuage.lua
360

Not related to this change, but the permissions for sudoers should be 0440.

This revision is now accepted and ready to land.Sep 9 2025, 3:06 PM

For future reviews, please attach a full diff, in order to display the context (or better yet, use git-arc(1)).

  • Set mode of sudoers to 0440.
This revision now requires review to proceed.Sep 9 2025, 7:26 PM
This revision is now accepted and ready to land.Sep 9 2025, 8:41 PM