Skip to content
Snippets Groups Projects
  1. Nov 19, 2018
  2. Nov 18, 2018
    • Emanuele Aina's avatar
      basesdk: Fix ownership of /home/user · 70f21e74
      Emanuele Aina authored
      
      Port commit 587d2157 to the basesdk recipe.
      
      After commit a7e7e101 `/home/user` has been owned by `root:root`,
      breaking grahical login among the others.
      
      This is because we are no longer creating `/home/user` when creating the
      user itself, but `scripts/clone-sample-repos.sh` does
      `mkdir -p /home/user/sample-applications/` and then
      `chown user:user -R /home/user/sample-applications/`, leaving
      `/home/user/` with the wrong owner.
      
      Forcing the creation of the homedir addresses the issue.
      
      Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
      70f21e74
  3. Nov 16, 2018
  4. Nov 15, 2018
  5. Nov 14, 2018
  6. Nov 11, 2018
  7. Nov 10, 2018
  8. Nov 09, 2018
  9. Nov 08, 2018
  10. Nov 07, 2018
  11. Nov 06, 2018
  12. Nov 05, 2018
  13. Oct 31, 2018
  14. Oct 30, 2018
  15. Oct 23, 2018
  16. Oct 04, 2018
  17. Sep 29, 2018
  18. Sep 27, 2018
Loading