fix file permissions on /home factory template

This commit is contained in:
Bruce Leidl 2018-02-20 17:26:13 -05:00
parent 9fb67cdce2
commit ce57256aaf

View File

@ -28,7 +28,8 @@ setup_var() {
install -m 0755 -d ${IMAGE_ROOTFS}/usr/share/factory/var
install -m 0755 -d ${IMAGE_ROOTFS}/usr/share/factory/home
install -m 0755 -o 1000 -g 1000 -d ${IMAGE_ROOTFS}/home/citadel/.local/share/applications
install -m 0755 -d ${IMAGE_ROOTFS}/home/citadel/.local/share/applications
chown -R 1000:1000 ${IMAGE_ROOTFS}/home/citadel/.local
rmdir ${IMAGE_ROOTFS}/var/log/journal