Re: Add IP address ioctl (SIOCAIFADDR) from jail is called with host credentials

2023-06-29 Thread Alexander Chernikov
> On 28 Jun 2023, at 22:59, Alexander Chernikov wrote: > > > > On Wed, 28 Jun 2023, at 6:30 AM, Shivank Garg wrote: >> Hi Alexander, >> >> Thanks for replying. >> I think it would mean struct prison info is lost, when it reaches ioctl >> code, Is there some way we can get jail id? > Yes, yo

Re: Add IP address ioctl (SIOCAIFADDR) from jail is called with host credentials

2023-06-29 Thread Shivank Garg
Thank you Alex. :) I checked with this patch. My changes are working with it. Best Regards, Shivank On Thu, 29 Jun 2023 at 12:35, Alexander Chernikov wrote: > > > On 28 Jun 2023, at 22:59, Alexander Chernikov > wrote: > > > > On Wed, 28 Jun 2023, at 6:30 AM, Shivank Garg wrote: > > Hi Alexande