diff --git a/services/etc/init.cfg b/services/etc/init.cfg index 0d2b77f697d8dfdb5db7160b46e5159735f3cd20..4abdac50a778d0323f4484da4fd61a525f556174 100755 --- a/services/etc/init.cfg +++ b/services/etc/init.cfg @@ -313,7 +313,8 @@ "mkdir /data/init_agent 0770 shell system", "setparam sys.use_memfd false", "chown root system /dev/fscklogs/log", - "chmod 0770 /dev/fscklogs/log" + "chmod 0770 /dev/fscklogs/log", + "chmod 0660 /dev/fuse" ] }, { "name" : "boot", diff --git a/services/etc/init.without_two_stages.cfg b/services/etc/init.without_two_stages.cfg index 9f3f3ae588ba2f9c43133409e4f4c370bc3dcf19..9ca79f527d5b5d592b6e7e96292ff12a08287c63 100755 --- a/services/etc/init.without_two_stages.cfg +++ b/services/etc/init.without_two_stages.cfg @@ -303,7 +303,8 @@ "mkdir /data/init_agent 0770 shell system", "setparam sys.use_memfd false", "chown root system /dev/fscklogs/log", - "chmod 0770 /dev/fscklogs/log" + "chmod 0770 /dev/fscklogs/log", + "chmod 0660 /dev/fuse" ] }, { "name" : "boot",