Commit 82016953 authored by anyc's avatar anyc

add user_allow_other to /etc/fuse.conf

parent cf139eff
...@@ -3,4 +3,6 @@ do_install_append() { ...@@ -3,4 +3,6 @@ do_install_append() {
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
rm -r ${D}${sysconfdir}/modules-load.d rm -r ${D}${sysconfdir}/modules-load.d
fi fi
echo "user_allow_other" >> ${D}${sysconfdir}/fuse.conf
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment