From a3e06084564c86ff618c40f185f3676b8b629b94 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 27 Aug 2010 08:31:35 -0700 Subject: Allow execute on mounted ASEC and OBB containers This allows us to place shared libraries in these containers which may only be loaded if they are executable. Change-Id: I78fa9ab6d5c58ec8b98c40004da72aebc0aade2a --- Fat.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Fat.h') diff --git a/Fat.h b/Fat.h index f056090..e02d88c 100644 --- a/Fat.h +++ b/Fat.h @@ -22,8 +22,9 @@ class Fat { public: static int check(const char *fsPath); - static int doMount(const char *fsPath, const char *mountPoint, bool ro, - bool remount, int ownerUid, int ownerGid, int permMask, + static int doMount(const char *fsPath, const char *mountPoint, + bool ro, bool remount, bool executable, + int ownerUid, int ownerGid, int permMask, bool createLost); static int format(const char *fsPath, unsigned int numSectors); }; -- cgit v1.1