diff options
author | Martin Sivak <msivak@redhat.com> | 2010-08-30 14:50:14 +0200 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2010-08-30 14:50:14 +0200 |
commit | 48548017da638c8191c68af68a9f682f0786f517 (patch) | |
tree | 7602cfdbc0bd90fafec32a891c055cafe530e4e3 /plugins/openscap_plugin.py | |
parent | 356290dea5be39ce0921a75871eef9c7e772f7ff (diff) | |
download | firstaidkit-48548017da638c8191c68af68a9f682f0786f517.tar.gz firstaidkit-48548017da638c8191c68af68a9f682f0786f517.tar.xz firstaidkit-48548017da638c8191c68af68a9f682f0786f517.zip |
Add the possibility to disable Back and Abort buttons and use it in openscap
Diffstat (limited to 'plugins/openscap_plugin.py')
-rw-r--r-- | plugins/openscap_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openscap_plugin.py b/plugins/openscap_plugin.py index 3f76527..6ea4d51 100644 --- a/plugins/openscap_plugin.py +++ b/plugins/openscap_plugin.py @@ -75,7 +75,7 @@ class OpenSCAPPlugin(Plugin): s = self._reporting.config_question_wait("Choose OpenScap profile", "Select desired profile and press OK", all_policies, - options = {"mode": 3}, + options = {"mode": 3, "back": False}, origin = self, level = PLUGIN) if s in (ReturnBack, ReturnAbort): |