Overview
tests | |
---|---|
package |
Simple Python-based setuid+setgid+setgroups+exec. A port of https://github.com/tianon/gosu
- Free software: BSD license
Installation
pip install pysu
Documentation
Usage: pysu [-h] user[:group] command
Change user and exec command.
- positional arguments:
- user command
- optional arguments:
-h, --help show this help message and exit
Development
To run the all tests run:
tox