This commit adds necessary permissions for ot-rcp to bind to a network interface specified by its address or name. Test: presubmit Bug: 329188649 Change-Id: I6731df79c04eeeb2c39017b99b9c2acf315256e2
Otherwise, it throws permission denied error: ``` avc: denied { ioctl } for path="/dev/pts/0" dev="devpts" ino=3 ioctlcmd=0x5401 scontext=u:r:ot_rcp:s0 tcontext=u:object_r:devpts:s0 tclass=chr_file permissive=0 ``` Test: locally tested that this can fix the denied issue Bug: 296969044 Change-Id: Ica28214693794b969138212ddb3d19f0dcc34bcf
Bug: b/283905423 Test: Build and run the Thread Network stack in Cuttlefish. Change-Id: I783022c66b80274069f8f3c292d84918f41f8221