0

I have a PADD setup on my Raspberry Pi 3 running on Ubuntu Server 20.04.

I can successfully bypassed sudo password authentication by adding:

pihole_display ALL=(ALL) NOPASSWD:ALL

But when I try to limit to /usr/local/bin/pihole only, it doesn't work.

I looked at the file itself to see if I need to add another executable to filter out, but I didn't notice anything else.

Question is, is it possible to simply use padd.sh file and any commands in that file won't ask for sudo password?

1 Answers1

0

This was answered in the comments, but I'll copy it here for visibility

Run the script with sudo. So simple, can't believe I overlooked it.