ZOSOpenTools / sudoport

Sudo
Apache License 2.0
1 stars 0 forks source link

Config Instructions and versioning #21

Open lbdyck opened 1 month ago

lbdyck commented 1 month ago

Please put the sudo config instructions in the README.md and in ther man page

Seen after the zopen install

IMPORTANT NOTE: Installation of sudo is NOT COMPLETE.
For details on sudo, see: https://www.sudo.ws/releases/stable/#1.9.15p5
To finish installing sudo, run the following commands with elevated privileges:
SUDO_HOME=/u/lbdyck/zopen/usr/local/zopen/sudo/sudo-1.9.15p5.20240613_200305.zos
chown 0:0 $SUDO_HOME/bin/*
chmod u+s $SUDO_HOME/bin/*
Review the $SUDO_HOME/etc/sudoers file.
Use visudo to create your own /etc/sudoers file.

And PLEASE Remove the version specificity from the directories so that updates do not require it.

peter-sylvester commented 1 month ago

sudo: Program loaded from an uncontrolled library

what does that mean, please?

IgorTodorovskiIBM commented 1 month ago

Program loaded from an uncontrolled library

Interesting, I have not noticed that. You may need to add the p attribute. extattr +p sudo. Let me know if that helps

peter-sylvester commented 1 month ago

Yes, it helps. thx ... at least sudo seems to start doing its business of controlling ... welcome to the wonders of of RACF and OMVS .