aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-05-11 16:38:04 +0200
committerMartin Willi <martin@strongswan.org>2009-05-11 16:38:04 +0200
commit05ac17f0e1091c1b4123b41433e6d21743197d37 (patch)
tree1506f8d156d31daf533d0ec4959c4011674b2ce1 /src/dumm/guest.c
parent28ef27bfda8f322b450212fd5a4ac4c4570a4a34 (diff)
downloadstrongswan-05ac17f0e1091c1b4123b41433e6d21743197d37.tar.bz2
strongswan-05ac17f0e1091c1b4123b41433e6d21743197d37.tar.xz
allow "others" to read created dumm files/folders
Diffstat (limited to 'src/dumm/guest.c')
-rw-r--r--src/dumm/guest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dumm/guest.c b/src/dumm/guest.c
index 54bc453e7..969a2a99d 100644
--- a/src/dumm/guest.c
+++ b/src/dumm/guest.c
@@ -36,8 +36,8 @@
#include "mconsole.h"
#include "cowfs.h"
-#define PERME (S_IRWXU | S_IRWXG)
-#define PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)
+#define PERME (S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)
+#define PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
#define MASTER_DIR "master"
#define DIFF_DIR "diff"