mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix incorrect options being displayed for capabilites in aa.py
The following patch: - ensures the options are passed correctly in the expected form. Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
e5528ff87b
commit
f63f08d79a
1 changed files with 1 additions and 1 deletions
|
@ -1556,7 +1556,7 @@ def ask_the_questions():
|
|||
|
||||
if options:
|
||||
options.append('capability %s' % capability)
|
||||
q['options'] = [options]
|
||||
q['options'] = options
|
||||
q['selected'] = default_option - 1
|
||||
|
||||
q['headers'] = [_('Profile'), combine_name(profile, hat)]
|
||||
|
|
Loading…
Add table
Reference in a new issue