summaryrefslogtreecommitdiffstats
path: root/libs/storage
diff options
context:
space:
mode:
Diffstat (limited to 'libs/storage')
-rw-r--r--libs/storage/IMountService.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp
index 9db15b9..7ac7737 100644
--- a/libs/storage/IMountService.cpp
+++ b/libs/storage/IMountService.cpp
@@ -302,6 +302,8 @@ public:
data.writeString16(id);
data.writeString16(key);
data.writeInt32(ownerUid);
+ // Assume read-only
+ data.writeInt32(1);
if (remote()->transact(TRANSACTION_mountSecureContainer, data, &reply) != NO_ERROR) {
ALOGD("mountSecureContainer couldn't call remote");
return -1;