The AppArmor user space development project.
Find a file
John Johansen 4f8e01ff36 expression tree node labeling is used during debugging dumps. Currently the node labels
are computed and stored in a map, that is not cleaned up.  This means that the labeling
is retained across different dfas.

Move the labeling into expr node as this takes less memory than using a map and will
also separates node labeling so its per dfa instead of global.  In addition this means
the labeling is cleanedup/freed when the expr tree is freed without any extra work.
2010-07-10 17:52:13 -07:00
changehat clear remaining $Id$ tags, since bzr does not suppor them 2009-11-11 10:44:26 -08:00
common Bump versioning to AppArmor 2.5 2010-03-10 23:07:29 -08:00
deprecated/management Deprecate old management applications that are no longer supported and 2010-02-04 14:39:27 -08:00
kernel-patches Fix leak when AppArmor encounters a deleted file 2009-02-15 02:38:53 +00:00
libraries/libapparmor Fix perl swig bindings so that libapparmor can be built when configured 2010-03-16 15:00:26 -07:00
parser expression tree node labeling is used during debugging dumps. Currently the node labels 2010-07-10 17:52:13 -07:00
profiles abstractions/dbus-session: use Pix instead of Ux for dbus-launch since in 2010-06-22 11:50:31 -05:00
tests First, readlink is in /bin/ on ubuntu, not /usr/bin - checked both 2010-04-27 02:37:30 -07:00
utils apparmor_notify: 2010-05-27 09:08:12 -05:00
.bzrignore add generated files from parser/ to ignore list 2010-06-04 18:39:20 -07:00
LICENSE Add a top-level "catch-all" GPLv2 license to cover any files that are 2007-03-30 15:47:14 +00:00
Makefile Vaguely make the toplevel target 'make tarball' work. It's good (if 2007-08-16 22:11:01 +00:00