From: Ben Hutchings Date: Tue, 27 Nov 2012 07:56:34 +0000 (+0100) Subject: tools/hv: Fix permissions of created directory and files X-Git-Tag: v3.9-rc1~124^2~103 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bffd25ce919f88ea6473150b66d26e7fa5712af;p=pandora-kernel.git tools/hv: Fix permissions of created directory and files It's silly to create directories without execute permission, or to give permissions to 'other' but not the group-owner. Write the permissions in octal and 'ls -l' format since these are much easier to read than the named macros. Signed-off-by: Ben Hutchings Signed-off-by: Tomas Hozza Acked-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed