platform_external_selinux/policycoreutils/audit2allow
Nicolas Iooss e4d693ae87 Use $(PYTHON) instead of "python" in every Makefile
This fixes the build with "make PYTHON=python2" on systems where python
is python3.

For PYLIBVER and PYTHONLIBDIR definitions, I tested Python 2.5, 2.6, 2.7,
3.3 and 3.4.  For each of them, these commands print the expected result:

    python -c 'import sys;print("python%d.%d" % sys.version_info[0:2])'"
    python -c "from distutils.sysconfig import *;print(get_python_lib(1))"

Acked-by: Steve Lawrence <slawrence@tresys.com>
2014-10-02 09:56:49 -04:00
..
audit2allow Have audit2allow output additional constraint information 2013-10-29 08:49:52 -04:00
audit2allow.1 Minor manpages improvements 2013-11-06 09:36:33 -05:00
audit2why Handle audit2allow and audit2why with the same executable Remove audit2why directory and combine this into audit2allow directory 2013-10-24 13:58:39 -04:00
audit2why.1 Handle audit2allow and audit2why with the same executable Remove audit2why directory and combine this into audit2allow directory 2013-10-24 13:58:39 -04:00
Makefile Use $(PYTHON) instead of "python" in every Makefile 2014-10-02 09:56:49 -04:00
sepolgen-ifgen selinux_current_policy_path will return none on a disabled SELinux system 2013-11-13 11:07:21 -05:00
test.log Add test suite for audit2allow and sepolgen_ifgen 2013-10-31 11:05:28 -04:00
test_audit2allow.py Add test suite for audit2allow and sepolgen_ifgen 2013-10-31 11:05:28 -04:00