#[SOLVED] udev rule executes script as root without root perms?

3 messages · Page 1 of 1 (latest)

strange rune
#

@modern umbra you could make the script owned by root and give it setuid

#

the setuid makes it so that any user executing the script will have the same perms as the owner

#

just make sure your user is able to execute the script