I want to give an ordinary user the ability to fchown() files arbitrarily (as if they were the superuser) on FreeBSD. Generally speaking, is there a right way to change the privilege-checking of a given syscall?
I investigated Capsicum, but for all the articles on the topic, there is a real lack of practical examples out there.
sudo? – mindthemonkey Mar 6 at 9:31