mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Swig generates a "thisown" attribute, which is an escape hatch in case higher-level code does something weird and needs to tell SWIG whether to free the C object when Python garbage collects it. Adding this attribute is not a breaking change w.r.t access to the other attributes of the parsed record. Signed-off-by: Ryan Lee <ryan.lee@canonical.com>