454b681e13
- add upstream-changes-r-3629..3648.diff: - preserve unknown profiles when reloading apparmor.service (CVE-2017-6507, lp#1668892, boo#1029696) - add aa-remove-unknown utility to unload unknown profiles (lp#1668892) - update nvidia abstraction for newer nvidia drivers - don't enforce ordering of dbus rule attributes in utils (lp#1628286) - add --parser, --base and --Include option to aa-easyprof to allow non-standard paths (useful for tests) (lp#1521031) - move initialization code in apparmor.aa to init_aa(). This allows to run all utils tests even if /etc/apparmor.d/ or /sbin/apparmor_parser don't exist. - several improvements in the utils tests - drop upstreamed python3-drop-re-locale.patch - no longer delete/skip some of the utils tests (to allow this, add parser-tests-dbus-duplicated-conditionals.diff) - add var.mount dependeny to apparmor.service (boo#1016259#c34) OBS-URL: https://build.opensuse.org/request/show/482764 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=174
21 lines
856 B
Diff
21 lines
856 B
Diff
=== modified file 'utils/test/test-parser-simple-tests.py'
|
|
--- utils/test/test-parser-simple-tests.py 2017-03-03 12:14:03 +0000
|
|
+++ utils/test/test-parser-simple-tests.py 2017-03-25 20:45:42 +0000
|
|
@@ -49,6 +49,15 @@
|
|
'change_profile/onx_conflict_unsafe1.sd',
|
|
'change_profile/onx_conflict_unsafe2.sd',
|
|
|
|
+ # duplicated conditionals aren't detected by the tools
|
|
+ 'generated_dbus/duplicated-conditionals-45127.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45131.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45124.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45130.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45125.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45128.sd',
|
|
+ 'generated_dbus/duplicated-conditionals-45129.sd',
|
|
+
|
|
'dbus/bad_modifier_2.sd',
|
|
'dbus/bad_regex_01.sd',
|
|
'dbus/bad_regex_02.sd',
|
|
|