Bug 179269

Summary: Bizzare cross-wiring of trusted service tickboxes in GUI
Product: [Fedora] Fedora Reporter: Andy Burns <fedora>
Component: system-config-securitylevelAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.6.14-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-29 16:09:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 181747    
Bug Blocks:    

Description Andy Burns 2006-01-29 13:48:45 UTC
Description of problem:

When clicking the tickboxes for the various trusted services, the wrong tickbox
is being actually changed in response.

Version-Release number of selected component (if applicable):

rawhide 2006-01-28

# yum info system-config-securitylevel

Name   : system-config-securitylevel
Arch   : x86_64
Version: 1.6.13
Release: 1

How reproducible:

always

Steps to Reproduce:
1. system-config-securitylevel
2. click services tickboxes
3.
  
Actual results:

Wrong tickboxes selected in GUI

The actual firewall entries that get sent to iptables *do* correspond to the
services that get ticked, rather than the ones which were clicked on, if you see
what I mean ...

Additional info:

FTP == FTP
HTTP <-> SSH
TELNET -> SAMBA
SAMBA -> SMTP
SMTP -> HTTPS
HTTPS -> TELNET

I presume this is some sort of sorting issue, where GTK and the internals of the
python script are referring to the "nth" item in differnt lists, or something
like that ...

Comment 1 Chris Lumens 2006-01-29 16:09:13 UTC
Yup, this was a sorting issue.