The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
68 views

How to start a program explicitly specifying it's capabilities?

su user_name program starts some program with other uid; chroot path program starts some program with other /; ( ulimit -v 80000; program) limits program memory... How to limit program's ...