dockcross/imagefiles
Constantine Grantcharov b1cef063a1 Fix $HOME directory ownership permissions
BUG:

Creating a new directory under /home/<user>/ from the /work folder does
not work. In fact, going into the home directory and trying to run mkdir
fails as well.

SOLUTION:

Turns out chown -R <user>:<user> was run on $HOME/* instead of on $HOME.
This means that /home/<user> was still under the ownership of root:root,
hence preventing any writes to non-root users.
2017-06-29 08:31:33 -04:00
..
2017-05-12 23:52:20 -04:00
2017-04-15 11:44:57 -04:00
2017-04-15 11:45:18 -04:00