From: POCO/surya_global/surya:11/RKQ1.200826.002/V12.0.1.0.RJGMIXM:user/release-keys Change-Id: Ie366805809e52ca4db992a646a3bd6fde0617b67
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
|
# All Rights Reserved.
|
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
#
|
|
|
|
# imsdatadaemon starts with root and UID will be downgraded to RADIO.
|
|
service vendor.imsdatadaemon /vendor/bin/imsdatadaemon
|
|
class main
|
|
user radio
|
|
socket ims_datad stream 0660 system radio
|
|
group radio wifi inet vendor_qti_diag log
|
|
disabled
|
|
|
|
on property:vendor.ims.QMI_DAEMON_STATUS=1
|
|
start vendor.imsdatadaemon
|