projects
/
platform
/
core
/
system
/
storaged.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca5de7
)
block: Change file permission to "rw-rw-rw-" in vfat external storage
51/178751/1
accepted/tizen/unified/20180514.094205
submit/tizen/20180514.004242
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Mon, 14 May 2018 00:26:11 +0000
(09:26 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Mon, 14 May 2018 00:26:11 +0000
(09:26 +0900)
Change-Id: If37a891c911401308e906d2fb2ea14fef7881546
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/block/vfat.c
patch
|
blob
|
history
diff --git
a/src/block/vfat.c
b/src/block/vfat.c
index 6fed5225e9b8063e764a2096d7a9a72318fe217c..8789e8218dbc36b3922139c8561b87267952a6a7 100644
(file)
--- a/
src/block/vfat.c
+++ b/
src/block/vfat.c
@@
-32,7
+32,7
@@
#define FS_VFAT_NAME "mkdosfs"
/* guid 10001 - group priv_externalstorage */
-#define FS_VFAT_MOUNT_OPT "uid=0,gid=10001,dmask=0000,fmask=011
7
,iocharset=iso8859-1,utf8,shortname=mixed"
+#define FS_VFAT_MOUNT_OPT "uid=0,gid=10001,dmask=0000,fmask=011
1
,iocharset=iso8859-1,utf8,shortname=mixed"
static const char *vfat_arg[] = {
"/usr/bin/newfs_msdos",