Description of problem: If a user adds multiple records to /etc/sudoers which are detected by the RHQ sudoers resource, the list of records will be randomized upon each click of the "Configure" tab Version-Release number of selected component (if applicable): RHQ, linux-config branch, 12/8 git pull How reproducible: Always Steps to Reproduce: 1. Set up an RHQ agent and point it to an RHQ server 2. Edit /etc/sudoers with visudo and add multitudinous valid aliases to it, such as the following: Cmnd_Alias PAGERS= /bin/*, /usr/bin/less rhqadmin ALL = (ALL) NOPASSWD: PAGERS Host_Alias SERVERS = host1,host2 rhqadmin SERVERS = (ALL) NOPASSWD: ALL User_Alias ADMINS = rhqadmin ADMINS ALL = (ALL) NOPASSWD: ALL rhqadmin host1=(ALL) /bin/* 3. Access the platform corresponding to this machine, access its sudoers resource, and click the Configure tab multiple times Actual results: Ordering of sudoers entries changes upon each tab click and 'view' button functionality is deterministic (random sudoers entry chosen for editing instead of intended entry) Expected results: Ordering of sudoers entries and 'view' button functionality consistent Additional info:
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug
making sure we're not missing any bugs in rhq_triage