Bug 464316 - Gnome-session unnecessarily listens on wildcard addreses.
Summary: Gnome-session unnecessarily listens on wildcard addreses.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-session
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-27 20:07 UTC by Ralph Loader
Modified: 2008-09-28 19:11 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-09-28 19:11:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ralph Loader 2008-09-27 20:07:14 UTC
On a fresh install of rawhide [x86-64], and logging into the gnome desk top I get:

$ ss -ap
...
LISTEN     0      128                     *:60650                    *:*        users:(("gnome-session",6500,11))
LISTEN     0      128                    :::58934                   :::*        users:(("gnome-session",6500,10))
...

There is no reason for gnome-session to be attempting to expose itself to the outside world.

It should either be binding to localhost or [even better] using unix sockets [of which it has plenty open].

Comment 1 Matthias Clasen 2008-09-28 19:11:43 UTC
This was caused by a missing BuildRequires. 
Fixed in rawhide.


Note You need to log in before you can comment on or make changes to this bug.