If I'm a user who's been given access to run such a wrapper script via sudo, how do I further delegate that access?
You can probably use a copy of sudo owned by a non-root user, but I can't say I've ever tried that. You can also just write another setuid shell script.
You can probably use a copy of sudo owned by a non-root user, but I can't say I've ever tried that. You can also just write another setuid shell script.