suid-python-helper defines a string for the Python binary.
On master this string is "python".
While this works fine on recent Linux distributions it does not on older ones.
The reason for this is that the default python version to use on older distributions is Python 2.7.
This PR modifies suid-python-helper to always use Python 3.
suid-python-helper defines a string for the Python binary. On master this string is "python". While this works fine on recent Linux distributions it does not on older ones. The reason for this is that the default python version to use on older distributions is Python 2.7. This PR modifies suid-python-helper to always use Python 3.