vendor: init: ueventd.qcom.rc: add permission for HDMI CEC.
Change-Id: I7ee3146aa0d24468061c89ce8702e8c174fbe172 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
c5672c3d28
commit
454103512e
|
@ -28,7 +28,7 @@
|
|||
#
|
||||
#
|
||||
# Changes from Qualcomm Innovation Center are provided under the following license:
|
||||
# Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
# Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted (subject to the limitations in the
|
||||
|
@ -566,3 +566,7 @@ subsystem mem_buf_vm
|
|||
|
||||
# devcoredump data attributes
|
||||
/sys/class/devcoredump/devcd* data 0600 system system
|
||||
|
||||
# hdmi cec hal
|
||||
/dev/cec* 0660 system system
|
||||
/sys/devices/platform/soc/984000.i2c/i2c-0/0-002b get_hpd_stat 0660 system system
|
||||
|
|
Loading…
Reference in New Issue