Good morning.
In my instance of Jamf Pro I have several developers using Rancher Desktop in Administrative Mode, which requires "sudo access" for some operations. Therefore, at each start, they must rise (we have provided a special tool) to start the application. Is there a way I can avoid this step for them?
I tried with a script that modifies the sudoers file like this:
echo "$USER_NAME ALL=(ALL) NOPASSWD: $/Applications/Rancher Desktop.app/Contents/MacOS/Rancher Desktop" | sudo tee -a /etc/sudoers > /dev/null.
The file is indeed modified but Rancher continues to ask for the password on startup.
Am I doing something wrong? Are there other ways?
I already tried also to install the app in the User Folder.