Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vim tags to all python source files | Bryn M. Reeves | 2014-03-26 | 1 | -0/+2 |
| | | | | | | Fixes Issue #243. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | Update policy_tests.py for validate_plugin change | Bryn M. Reeves | 2014-03-13 | 1 | -4/+4 |
| | | | | | | | The policy_tests unit tests call validatePlugin(). Update them to use the new name. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | Make more names pep8 compliant across the tree | Bryn M. Reeves | 2013-03-28 | 1 | -4/+4 |
| | | | | | | | | | Fix policy and utility function, method and variable names to use lower case underscored style instead of camelCase. Related to Issue #112. Signed-off-by: Bryn M. Reeves <bmr@redhat.com> | ||||
* | adding ability to specify multiple files for Plugin.fileGrep | Jesse Jaggars | 2012-02-27 | 1 | -1/+19 |
| | |||||
* | adding more tests and fixing an error with tar archives | Jesse Jaggars | 2012-02-23 | 1 | -1/+7 |
| | |||||
* | refactoring common linux-related policy features into a common superclass, ↵ | Jesse Jaggars | 2012-02-23 | 1 | -0/+45 |
simplifying specification of valid plugin subclasses |