matinats
Results
1
issues of
matinats
I am trying to run the python-iptables as a non-root user. My script is test.py: import iptc import os uid = os.getuid() print("Real user ID of the current process:", uid)...