diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in
index 225e190002..4946ddf708 100644
--- a/docs/formatstorage.html.in
+++ b/docs/formatstorage.html.in
@@ -444,7 +444,7 @@
namespace. It provides information about the permissions to use for the
final directory when the pool is built. There are 4 child elements.
The mode
element contains the octal permission set.
- The mode
defaults to 0755 when not provided.
+ The mode
defaults to 0711 when not provided.
The owner
element contains the numeric user ID.
The group
element contains the numeric group ID.
If owner
or group
aren't specified when
diff --git a/src/storage/storage_util.h b/src/storage/storage_util.h
index a05c35d81b..6f2a1b189e 100644
--- a/src/storage/storage_util.h
+++ b/src/storage/storage_util.h
@@ -138,7 +138,7 @@ int virStorageBackendVolOpen(const char *path, struct stat *sb,
ATTRIBUTE_RETURN_CHECK
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
-# define VIR_STORAGE_DEFAULT_POOL_PERM_MODE 0755
+# define VIR_STORAGE_DEFAULT_POOL_PERM_MODE 0711
# define VIR_STORAGE_DEFAULT_VOL_PERM_MODE 0600
int virStorageBackendUpdateVolInfo(virStorageVolDefPtr vol,