Ticket #9 (closed Feature: fixed)

Opened 3 years ago

Support for unnamed resources (sockets/pipes)

Reported by: csellers Assigned to: dsugar
Priority: Medium Milestone:
Component: Misc Keywords:
Cc:

Description

Unnamed resources may be problematic for Framework. They are created by a process, which then forks off the child which inherits the fd. They can then both use this fd to communicate. Naturally, the socket/pipe is labeled with the type of the creator, so we can't label it explicitly. Plus, sockets seem to require some extra permissions (read and write) to inherit a socket fd.

Change History

07/13/05 12:24:44 changed by Chad Sellers

Assigned to James Athey

07/19/05 16:27:44 changed by James Athey

Edited

07/19/05 16:27:56 changed by James Athey

Edited

03/10/06 10:20:15 changed by James Athey

Resolved (Implemented)

03/31/06 13:03:18 changed by Jeff Bankert

Edited Priority changed from '4 - None' to '2 - Medium'.