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
Unknown Object (File)
Sat, Oct 11, 3:24 PM
Unknown Object (File)
Sat, Oct 11, 3:24 PM
Unknown Object (File)
Sat, Oct 11, 3:24 PM
Unknown Object (File)
Sat, Oct 11, 3:24 PM
Unknown Object (File)
Sat, Oct 11, 3:24 PM
Unknown Object (File)
Sat, Oct 11, 6:53 AM
Unknown Object (File)
Fri, Sep 26, 9:32 PM
Unknown Object (File)
Fri, Sep 26, 9:32 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: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