Changes between Initial Version and Version 4 of Ticket #18823
- Timestamp:
- Feb 25, 2024, 6:41:54 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18823 – Description
initial v4 4 4 5 5 **Considerations:** 6 * net_server is likely not the most secure p alace to be forking processes.6 * net_server is likely not the most secure place to be forking processes. 7 7 * launch_daemon is already well designed, and could have a new type added for "inetd services" 8 8 … … 16 16 * launch daemon could adjust inetd services based on varying targets. 17 17 * services could "self-register" inetd with launch daemon by dropping a new launch script. (openssh drops a disabled inetd service off with launch daemon which waits on network) 18 * Today, ssh is hardcoded in our Network Preflet add-on. 18 19 * CLI management of inetd style services through launch_roster 19 20 * GUI management of inetd style services via X512's launch daemon gui tool. 20 21 21 Cons: 22 **Cons:** 22 23 * It's kind of a shuffle of code 23 24 * Our use case doesn't need "targets" for inetd services