apparmor/libraries/libapparmor
Grimmauld 3302ae98e4
limit buildpath.py setuptools version check to the relevant bits
previously, this check would fail if the setuptools version would contain non-integers.
On my system, that is the case: `setuptools.__version__` is `'75.1.0.post0'`
I believe it is entirely fair to just check the relevant bits and refuse  to continue if those can not be checked properly.
But haviong something extra on the version should not immediately cause issues (e.g. the `post0` here, or slugs like `beta`, `alpha` and the likes).
Probably only very few systems are running setuptools with weird version info, but supporting this doesn't cost much, i believe.
2024-12-11 16:30:19 +01:00
..
doc Proofreading of libapparmor manpages to fix a few nits 2024-10-15 17:07:02 -07:00
include Add extern "C" decls to aalogparse.h for C++ usage of aalogparse 2024-10-03 12:44:25 -07:00
m4 replace deprecated distutils with setuptools 2021-11-11 20:23:35 -03:00
src Basic test that uses aa_log_record struct fields via old, C++-incompatible names 2024-10-03 12:46:00 -07:00
swig limit buildpath.py setuptools version check to the relevant bits 2024-12-11 16:30:19 +01:00
testsuite test-multi: no longer expect testcase01, 12 and 13 to fail 2024-10-23 19:25:35 +02:00
AUTHORS libraries/libapparmor/: more license cleanups, adjust my email address 2011-02-23 14:02:45 -08:00
autogen.sh libapparmor: Force libtoolize to replace existing files 2016-09-14 12:48:58 -05:00
ChangeLog move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
configure.ac Basic test that invokes aalogparse functions from C++ code 2024-10-03 12:45:55 -07:00
COPYING.LGPL move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
INSTALL move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
Makefile.am libapparmor: more Makefile cleanups 2015-01-26 15:39:10 -08:00
NEWS move libapparmor into the libraries directory 2008-05-19 22:48:31 +00:00
README docs: update documentation to point bug reporting to gitlab 2020-05-05 00:10:53 -07:00

What little documentation exists is in include/aalogparse.h.

Please file bugs using https://gitlab.com/apparmor/apparmor/-/issues