On Thu, Nov 13, 2014 at 03:15:41PM -0800, Steve Beattie wrote: > Acked-by: Steve Beattie <[email protected]>, so long as the following patch is > committed at the same time:
Heh, good idea. Acked-by: Seth Arnold <[email protected]> Thanks > utils/test/test-severity.py | 3 +++ > 1 file changed, 3 insertions(+) > > Index: b/utils/test/test-severity.py > =================================================================== > --- a/utils/test/test-severity.py > +++ b/utils/test/test-severity.py > @@ -68,6 +68,9 @@ class SeverityTest(SeverityBaseTest): > def test_cap_setpcap(self): > self._simple_severity_test('CAP_SETPCAP', 9) > > + def test_cap_setpcap_lowercase(self): > + self._simple_severity_test('CAP_setpcap', 9) > + > def test_cap_unknown_1(self): > self._simple_severity_test('CAP_UNKNOWN', 10) > > > -- > Steve Beattie > <[email protected]> > http://NxNW.org/~steve/ > -- > AppArmor mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/apparmor
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
