Comment 1 for bug 1720660

Revision history for this message
Seth Forshee (sforshee) wrote :

Appears that kernel security tests need fixing after merging LSM stacking patches as config options have changed.

  ======================================================================
  FAIL: test_072_config_security_apparmor (__main__.KernelSecurityTest)
  CONFIG_SECURITY_APPARMOR enabled
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "./test-kernel-security.py", line 671, in test_072_config_security_apparmor
      self.assertEqual(self._get_config('DEFAULT_SECURITY_APPARMOR'), 'y')
  AssertionError: None != 'y'

  ----------------------------------------------------------------------