Appdynamics / Appdynamics/HA-toolkit
sudoers function, if enabled, needs verification in replicate.sh
Open
- Dominant language
- Shell
- Stars
- 13
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
if a sudoers file allows the appd user to sudo for the commands already, but does require a password, and the new added rule adds NOPASSWD, it is ineffective.
sudo -l
appd: NOPASSWD: /sbin/service appcontroller-db *, /sbin/service appdcontroller *
appd: ! /sbin/halt
this would break HA, since the second rule would be effective.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.