logoalt Hacker News

ryukafalztoday at 12:55 AM2 repliesview on HN

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?


Replies

LiamPowelltoday at 1:05 AM

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.