RE: [PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-27 Thread KY Srinivasan
; KY Srinivasan; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 3/3] tools/hv: Fix permissions of created directory and files > > From: Ben Hutchings > > It's silly to create directories without execute permission, or to > give permissions to 'other' but no

[PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-26 Thread Tomas Hozza
From: Ben Hutchings 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: T

RE: [PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-26 Thread KY Srinivasan
; KY Srinivasan; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 3/3] tools/hv: Fix permissions of created directory and files > > From: Ben Hutchings > > It's silly to create directories without execute permission, or to > give permissions to 'other' but no

[PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-12 Thread Tomas Hozza
From: Ben Hutchings 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: T

RE: [PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-09 Thread KY Srinivasan
w...@redhat.com; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 3/3] tools/hv: Fix permissions of created directory and files > > From: Ben Hutchings > > It's silly to create directories without execute permission, or to > give permissions to 'other' but no

RE: [PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-09 Thread KY Srinivasan
w...@redhat.com; b...@decadent.org.uk > Cc: Tomas Hozza > Subject: [PATCH 3/3] tools/hv: Fix permissions of created directory and files > > From: Ben Hutchings > > It's silly to create directories without execute permission, or to > give permissions to 'other' but no

[PATCH 3/3] tools/hv: Fix permissions of created directory and files

2012-11-09 Thread Tomas Hozza
From: Ben Hutchings 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: T