Merge "init: qcom: Update HDCP topology sysfs permissions"
This commit is contained in:
commit
d341838d6f
|
@ -159,9 +159,11 @@ do
|
|||
case "$value" in
|
||||
"dtv panel")
|
||||
chown system.graphics $file/hpd
|
||||
chown system.system $file/hdcp/tp
|
||||
chown system.graphics $file/vendor_name
|
||||
chown system.graphics $file/product_description
|
||||
chmod 0664 $file/hpd
|
||||
chmod 0664 $file/hdcp/tp
|
||||
chmod 0664 $file/vendor_name
|
||||
chmod 0664 $file/product_description
|
||||
chmod 0664 $file/video_mode
|
||||
|
|
|
@ -77,7 +77,9 @@
|
|||
|
||||
# setup permissions for fb1 related nodes
|
||||
chown system.graphics /sys/class/graphics/fb1/hpd
|
||||
chown system.system /sys/class/graphics/fb1/hdcp/tp
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/hpd
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/hdcp/tp
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/video_mode
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/format_3d
|
||||
|
||||
|
|
Loading…
Reference in New Issue