Re: [PATCH V7 28/29] chardev: cpr for sockets

2022-03-03 Thread Steven Sistare
On 2/18/2022 4:03 AM, Guoyi Tu wrote: > On Wed, 2021-12-22 at 11:05 -0800, Steve Sistare wrote: >> Save accepted socket fds before cpr-save, and look for them after >> cpr-load. >> in the environment after cpr-load. Reject cpr-exec if a socket >> enables >> the TLS or websocket option. Allow a

Re: [PATCH V7 28/29] chardev: cpr for sockets

2022-02-18 Thread Guoyi Tu
On Wed, 2021-12-22 at 11:05 -0800, Steve Sistare wrote: > Save accepted socket fds before cpr-save, and look for them after > cpr-load. > in the environment after cpr-load. Reject cpr-exec if a socket > enables > the TLS or websocket option. Allow a monitor socket by closing it on > exec. > >

[PATCH V7 28/29] chardev: cpr for sockets

2021-12-22 Thread Steve Sistare
Save accepted socket fds before cpr-save, and look for them after cpr-load. in the environment after cpr-load. Reject cpr-exec if a socket enables the TLS or websocket option. Allow a monitor socket by closing it on exec. Signed-off-by: Mark Kanda Signed-off-by: Steve Sistare ---