It's been some time since I thought much about
But I've got a bit of a problem now - I have a jail where I do NOT want the majority of users to run
Ideas? Workarounds?
top or ps and setgid(2) operation. It seems like currently setgid(2) is not needed. This, I assume, is a good design.But I've got a bit of a problem now - I have a jail where I do NOT want the majority of users to run
top or ps so I have the sysctl security.bsd.see_other_uids set to "0". I would however like to have a few people that do not have root access to bypass the "see other uids" check. I could use sudo, but at least in the case of top, that's giving the user the ability to kill arbitrary processes as root.Ideas? Workarounds?