apparmor/libraries/libapparmor/swig
Steve Beattie 49c51368eb libapparmor python binding - fix 32bit test failures
The python bindings were using the wrong data type cast (long long
instead of just long) on the value '-1' that is used to indicate no
value for the 'fsuid' and 'ouid' fields in the returned data structure.
Thus a bunch of the tests were failing in 32bit environments.

This patch corrects the issue.

Signed-off-by: Steve Beattie <steve@nxnw.org>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
2013-09-16 10:26:06 -07:00
..
java
perl The m4 shipped to handle Python was incorrectly clearing 2012-04-25 12:15:19 -07:00
python libapparmor python binding - fix 32bit test failures 2013-09-16 10:26:06 -07:00
ruby Submitted By: Mario Fetka (mario dot fetka at gmail dot com) 2009-05-12 21:56:56 +00:00
SWIG libapparmor: Export a label-based query interface 2013-07-31 09:22:40 -07:00
Makefile.am