Changes between Initial Version and Version 4 of Ticket #18823


Ignore:
Timestamp:
Feb 25, 2024, 6:41:54 PM (3 months ago)
Author:
kallisti5
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18823 – Description

    initial v4  
    44
    55**Considerations:**
    6   * net_server is likely not the most secure palace to be forking processes.
     6  * net_server is likely not the most secure place to be forking processes.
    77  * launch_daemon is already well designed, and could have a new type added for "inetd services"
    88
     
    1616  * launch daemon could adjust inetd services based on varying targets.
    1717  * 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.
    1819  * CLI management of inetd style services through launch_roster
    1920  * GUI management of inetd style services via X512's launch daemon gui tool.
    2021
    21 Cons:
     22**Cons:**
    2223  * It's kind of a shuffle of code
    2324  * Our use case doesn't need "targets" for inetd services