aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Vagrant: allow VirtualBox provisionning to use dhclient and ipNicolas Iooss2020-02-151-0/+2
* Vagrantfile: add a specific SELinux policy moduleNicolas Iooss2020-02-151-0/+21
* Remove incorrect usages of "is" operator from Python scripts.Chris PeBenito2019-12-162-3/+3
* fc_sort.py: Use "==" for comparing integers.Chris PeBenito2019-12-161-1/+1
* re-implement fc_sort in pythonChristian Göttsche2019-12-162-593/+153
* segenxml.py: fix format usage in warning messageChristian Göttsche2019-12-161-1/+1
* Fix find commands in MakefilesOndrej Mosnacek2019-07-131-2/+2
* genhomedircon.py: Fix top-level exception handling.Chris PeBenito2019-03-251-6/+2
* Update CUSTOM_BUILDOPTDavid Sugar2018-11-121-0/+4
* Update segenxml to include support for templated booleans and tunablesSven Vermeulen2018-06-141-10/+69
* Add gentemplates.sh to extract template contentSven Vermeulen2018-06-141-0/+62
* Switch all remaining Python references to the Python 3 interpreter.Chris PeBenito2018-06-083-4/+6
* fc_sort: use calloc instead of mallocWilliam Roberts2017-10-291-8/+2
* fix regex escape sequence error.Adam Duskett2017-10-291-8/+8
* fc_sort: memory leakagesGuido Trentalancia2017-10-291-39/+69
* Avoid memory leak warning.Luis A. Lozano2017-10-291-1/+1
* Strip spaces from NAMEDavid Sugar2017-09-091-1/+1
* fc_sort: avoid compiler warning/errorGuido Trentalancia2017-06-131-4/+6
* refpolicy: Infiniband pkeys and endportsDaniel Jurgens2017-05-261-1/+1
* Use raw strings in regular expressionsNicolas Iooss2017-04-102-11/+11
* fix travis and genhomedirconcgzones2017-03-302-19/+35
* travis: run make xml, html and install(-.*)? targetscgzones2017-03-301-3/+6
* convert build scripts to python3cgzones2017-03-307-181/+114
* m4 errprint: add __program__ infocgzones2017-03-301-1/+1
* Only display the WERROR notice if there actually are errors.Chris PeBenito2017-02-211-2/+4
* Implement WERROR build option to treat warnings as errors.Chris PeBenito2017-02-211-0/+2
* remove trailing whitespacescgzones2016-12-0810-47/+47
* fc_sort: cleanup warnings caught by clang tidy / static analyzer.Rahul Chaudhry2016-10-241-2/+2
* Update specfileSean Placchetti2016-10-241-4/+8
* Update to refpolicy spec fileSean Placchetti2016-10-241-1/+1
* fc_sort: strip whitespace errorsWilliam Roberts2016-01-311-12/+12
* Add systemd build option.Chris PeBenito2015-10-261-0/+4
* Create tmp directory when compiling a .mod.fc file in a modular wayNicolas Iooss2014-12-031-0/+1
* Need the __future__ import for python2 if using print().Chris PeBenito2014-05-161-0/+1
* Make support/policyvers.py compatible with Python 3Nicolas Iooss2014-05-161-1/+1
* fc_sort: make outfile argument optionalNicolas Iooss2014-04-081-7/+13
* fc_sort: initialize allocated memory to fix execution on an empty fileNicolas Iooss2014-04-081-0/+3
* fc_sort: fix typos in commentsNicolas Iooss2014-04-081-2/+2
* Fix support/policyvers.py not to error if building policy on a SELinux-disabl...Chris PeBenito2013-09-241-1/+2
* Use python libselinux bindings to determine policy version.Chris PeBenito2013-08-151-0/+3
* Fix fc_sort.c warning uncovered by recent gccChris PeBenito2013-03-041-2/+2
* Some more backportsSven Vermeulen2012-07-043-2/+7
* Improve unicode support, needed for python3Sven Vermeulen2012-06-241-2/+9
* Who uses html pages to embed python code in... oh right, we doSven Vermeulen2012-05-013-36/+37
* For USE=doc, we need to transform a.has_key(b) into b in a too (python3)Sven Vermeulen2012-05-011-1/+1
* More fixes on python3, including String.split and cStringIO changesSven Vermeulen2012-05-012-7/+7
* Still some whitespace left to fixSven Vermeulen2012-05-011-1/+1
* Some more whitespace fixesSven Vermeulen2012-04-302-13/+13
* Pushing 2.20120215 (current version)Sven Vermeulen2012-04-2116-0/+3863