Skip to content
Snippets Groups Projects
Commit 050d51de authored by Vijayakumar Badiger's avatar Vijayakumar Badiger Committed by Dhina17
Browse files

onclite: rootdir: Add lcd density hab node permission


Change-Id: If9bfcbf21b0b3933cd2d0f567384de0c4685d044

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 68417f77
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,14 @@ import /vendor/etc/init/hw/init.target.rc
on early-init
mount debugfs debugfs /sys/kernel/debug
chmod 0755 /sys/kernel/debug
# Change ownership of sw_sync node
chown system graphics /sys/kernel/debug/sync/sw_sync
chmod 0666 /sys/kernel/debug/sync/sw_sync
chown root system /dev/kmsg
chmod 0620 /dev/kmsg
on init
# Create cgroup mount point for memory
mkdir /sys/fs/cgroup/memory/bg 0750 root system
......
......@@ -56,6 +56,7 @@ firmware_directories /vendor/firmware_mnt/image/
/dev/ipa_odl_ctl 0660 radio radio
/dev/ipa_adpl 0660 system oem_2905
/dev/synx_device 0660 root camera
/dev/hab 0666 system system
#permissions for CSVT
/dev/smd11 0660 radio radio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment