e4d693ae87a0d1223da958e26fdd232c56774469 |
|
10-Sep-2014 |
Nicolas Iooss <nicolas.iooss@m4x.org> |
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>
/external/selinux/policycoreutils/sepolicy/Makefile
|
73152457508e7a3a2bb8488aed3a763920056e4e |
|
13-Nov-2013 |
Dan Walsh <dwalsh@redhat.com> |
Add new icons for sepolicy gui
/external/selinux/policycoreutils/sepolicy/Makefile
|
f458b7607618ad3d95568b595065c745c3c69022 |
|
24-Oct-2013 |
Stephen Smalley <sds@tycho.nsa.gov> |
Merge branch 'fedora' into master-merge Conflicts: libselinux/src/Makefile libselinux/src/selinux_config.c policycoreutils/audit2allow/audit2allow.1 policycoreutils/scripts/fixfiles.8 policycoreutils/semanage/semanage.8 policycoreutils/sepolicy/Makefile policycoreutils/sepolicy/sepolicy/transition.py policycoreutils/setsebool/setsebool.8
|
e6a1298e5421e5e499ac79243ff2f794dce6ec22 |
|
11-Oct-2013 |
Dan Walsh <dwalsh@redhat.com> |
These are massive changes involved in building new GUI. Too difficult to break out into seperate patches at this point. Since almost no other groups are using sepolicy yet, I will push together.
/external/selinux/policycoreutils/sepolicy/Makefile
|
85d76c1671b3e81bc589658900e7477e52e4ba36 |
|
11-Oct-2013 |
Dan Walsh <dwalsh@redhat.com> |
Add new test suite for sepolicy tool set. This test should be run before we do any builds to make sure there are no regressions
/external/selinux/policycoreutils/sepolicy/Makefile
|
a9dfbeeb72d0e7ad378b53aa1d674290bc0620f3 |
|
11-Oct-2013 |
Dan Walsh <dwalsh@redhat.com> |
bash completsion scripts have moved. This patch moves the semanage bash completion script to the new location.
/external/selinux/policycoreutils/sepolicy/Makefile
|
39b5a40295883570a3b43a6be5ddfa9fbced214d |
|
23-Oct-2013 |
Stephen Smalley <sds@tycho.nsa.gov> |
Fix relabel target. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/selinux/policycoreutils/sepolicy/Makefile
|
c2824833a6e1805d48949dfd1ca93ff7c4664ba6 |
|
10-May-2013 |
Laurent Bigonville <bigon@bigon.be> |
policycoreutils: Do not include LDFLAGS in CFLAGS when building sepolicy For some reasons, -fpie and -fPIE are being set in LDFLAGS, this is causing a FTBFS on Debian. -fpie and -fPIE are anyway useless for libraries
/external/selinux/policycoreutils/sepolicy/Makefile
|
1dce0bf16d6300d4858d611cb29de336bfd85f9a |
|
11-Jan-2013 |
Eric Paris <eparis@redhat.com> |
policycoreutils: sepolicy: new command to unite small utilities Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
/external/selinux/policycoreutils/sepolicy/Makefile
|