Blob Blame History Raw
From 9fc5a4fe400a50f5a34feadd2949b282d70a26c2 Mon Sep 17 00:00:00 2001
From: David Zeuthen <davidz@redhat.com>
Date: Thu, 9 Apr 2009 11:13:41 -0400
Subject: [PATCH] use correct dmode for iso9660 mounts

Reported by yaneti@declera.com

https://bugzilla.redhat.com/show_bug.cgi?id=495018
---
 src/devkit-disks-device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/devkit-disks-device.c b/src/devkit-disks-device.c
index 7151e5f..7ce8413 100644
--- a/src/devkit-disks-device.c
+++ b/src/devkit-disks-device.c
@@ -4022,7 +4022,7 @@ static const char *iso9660_defaults[] =       {"uid=",
                                                "gid=",
                                                "iocharset=utf8",
                                                "mode=0400",
-                                               "dmode=0400",
+                                               "dmode=0500",
                                                NULL};
 static const char *iso9660_allow[] =          {"norock",
                                                "nojoliet",
-- 
1.6.2.2