Skip to content
Snippets Groups Projects
Commit fcccffdf authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-preinit: changing permissions to data dir chmod -R 777 /data


currently /data directory has to be chmod -R 777 /data in order for services to work

one of possible manifestation of this not being done is create display failed! error in the logs

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent d981b041
No related branches found
No related tags found
1 merge request!88openharmony-standard-3.0: add patches and initialization changes to fix ACTS failures
...@@ -75,6 +75,8 @@ mkdir -p /data/vendor/hardware ...@@ -75,6 +75,8 @@ mkdir -p /data/vendor/hardware
mkdir -p /data/weston mkdir -p /data/weston
mkdir -p /usr/lib/dri mkdir -p /usr/lib/dri
chmod -R 777 /data
# /dev/binder needs to be rw for all users # /dev/binder needs to be rw for all users
chmod 666 /dev/binder chmod 666 /dev/binder
......
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