From 2789b9af69760a6294b5d7930bbad354250f8071 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Mon, 6 Jan 2020 19:22:24 +0100 Subject: [PATCH] MycroftOS: Fix folder permissions on first boot for default already installed skills --- buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf b/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf index 0f319dd6..16ba675c 100644 --- a/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf @@ -1,6 +1,8 @@ d /var/log/mycroft 700 mycroft mycroft d /opt/mycroft 755 mycroft mycroft d /opt/mycroft/skills 755 mycroft mycroft +d /opt/mycroft/skills/mycroftos-enclosure-skill 755 mycroft mycroft +d /opt/mycroft/skills/mycroft-volume.mycroftai 755 mycroft mycroft d /opt/mycroft/splash 755 mycroft mycroft d /opt/mycroft/preloaded_cache 755 mycroft mycroft d /opt/mycroft/preloaded_cache/Mimic2 755 mycroft mycroft