msm: ipa: do not remove wwan_ioctl device during SSR
During modem SSR the wwan_ioctl cdev is removed as part of the
cleanup sequence and is recreated during initialization. This is
causing security issues with permissions granted to wwan_ioctl cdev,
since it is created with root permissions, thus preventing access
for IPACM.
The new cleanup sequence is not removing the wwan_ioctl cdev, but
only stops it from sending QMI messages during SSR, and reenables
sending QMI messages in initialization after SSR.
CRs-fixed: 708279
Change-Id: I8f2e6c69f149f8de2cffe8d4d0aab5796f42eef2
Signed-off-by:
Sivan Reinstein <sivanr@codeaurora.org>
Loading
Please register or sign in to comment