python2-oslo-rootwrap-daemon
allows fine filtering of shell commands to run as root - Python 2.x
Install
- All systems
-
curl cmd.cat/python2-oslo-rootwrap-daemon.sh
- Debian
-
apt-get install python-oslo.rootwrap
- Ubuntu
-
apt-get install python-oslo.rootwrap
- Kali Linux
-
apt-get install python-oslo.rootwrap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-oslo.rootwrap
- Raspbian
-
apt-get install python-oslo.rootwrap
- Dockerfile
- dockerfile.run/python2-oslo-rootwrap-daemon
python-oslo.rootwrap
allows fine filtering of shell commands to run as root - Python 2.x
The Oslo Rootwrap allows fine filtering of shell commands to run as root from OpenStack services. Unlike other Oslo deliverables, it should not be used as a Python library, but called as a separate process through the oslo-rootwrap command. This package provides the Python 2.x module.