[apparmor] [patch] fix missing import in 2.9 test-aa.py
Christian Boltz
apparmor at cboltz.de
Tue Mar 1 20:35:37 UTC 2016
Hello,
since 2.9 r2978, test-aa.py fails thanks to a missing import of
'var_transform'. This patch adds the missing import.
=== modified file 'utils/test/test-aa.py'
--- utils/test/test-aa.py 2015-12-12 12:02:06 +0000
+++ utils/test/test-aa.py 2016-03-01 20:30:11 +0000
@@ -16,7 +16,7 @@
import tempfile
from common_test import read_file, write_file
-from apparmor.aa import check_for_apparmor, get_profile_flags, set_profile_flags, is_skippable_file, is_skippable_dir, parse_profile_start, separate_vars, store_list_var, write_header, serialize_parse_profile_start
+from apparmor.aa import check_for_apparmor, get_profile_flags, set_profile_flags, is_skippable_file, is_skippable_dir, parse_profile_start, separate_vars, store_list_var, write_header, serialize_parse_profile_start, var_transform
from apparmor.common import AppArmorException, AppArmorBug
class AaTestWithTempdir(AATest):
Regards,
Christian Boltz
--
But you are probably also complaining if local root exploits in the
kernel are fixed, because now you no longer can use that to become root
easily... [Stefan Seyfried in opensuse-factory]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20160301/58ea64a3/attachment-0001.pgp>
More information about the AppArmor
mailing list