We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f623dce commit b0af3a3Copy full SHA for b0af3a3
core/start-blueos-core
@@ -87,7 +87,10 @@ else
87
fi
88
89
# fix permissions for logging folders:
90
-find /var/logs/blueos -type d -exec chmod 777 {} \;
+find /var/logs/blueos -type d -exec chmod 755 {} \;
91
+mkdir -p /usr/blueos/userdata/settings
92
+find /usr/blueos -type d -exec chmod 755 {} \;
93
+find /usr/blueos -type f -exec chmod a+rw {} \;
94
95
# These services have priority because they do the fundamental for the vehicle to work,
96
# and by initializing them first we reduce the time users have to wait to control the vehicle.
0 commit comments