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:
2a234db
)
Restore permission of source files.
42/200542/1
accepted/tizen/unified/20190311.220558
submit/tizen/20190311.020751
author
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 26 Feb 2019 09:27:04 +0000
(18:27 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Tue, 26 Feb 2019 09:27:04 +0000
(18:27 +0900)
Change-Id: If50fc0975bd053d71a7fdbc49d22c0822dbb483d
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
24 files changed:
apps/extended-sd/src/es-common-util.c
[changed mode: 0755->0644]
patch
|
blob
|
history
apps/extended-sd/src/es-home-page.c
[changed mode: 0755->0644]
patch
|
blob
|
history
apps/extended-sd/src/es-internal-storage-page.c
[changed mode: 0755->0644]
patch
|
blob
|
history
apps/extended-sd/src/es-portable-storage-page.c
[changed mode: 0755->0644]
patch
|
blob
|
history
apps/extended-sd/src/es-preference-util.c
[changed mode: 0755->0644]
patch
|
blob
|
history
apps/extended-sd/src/extended-sd-main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/auto-test/block.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/auto-test/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/auto-test/storage.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/auto-test/test.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/block/block.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/block/ext4.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/block/mmc.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/block/utils.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/block/vfat.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/core/dbus_main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/core/main.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/core/modules.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/shared/apps.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/shared/common.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/shared/config-parser.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/shared/fd_handler.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/shared/udev.c
[changed mode: 0755->0644]
patch
|
blob
|
history
src/storage/storage.c
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/apps/extended-sd/src/es-common-util.c
b/apps/extended-sd/src/es-common-util.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/apps/extended-sd/src/es-home-page.c
b/apps/extended-sd/src/es-home-page.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/apps/extended-sd/src/es-internal-storage-page.c
b/apps/extended-sd/src/es-internal-storage-page.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/apps/extended-sd/src/es-portable-storage-page.c
b/apps/extended-sd/src/es-portable-storage-page.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/apps/extended-sd/src/es-preference-util.c
b/apps/extended-sd/src/es-preference-util.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/apps/extended-sd/src/extended-sd-main.c
b/apps/extended-sd/src/extended-sd-main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/auto-test/block.c
b/src/auto-test/block.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/auto-test/main.c
b/src/auto-test/main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/auto-test/storage.c
b/src/auto-test/storage.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/auto-test/test.c
b/src/auto-test/test.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/block/block.c
b/src/block/block.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/block/ext4.c
b/src/block/ext4.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/block/mmc.c
b/src/block/mmc.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/block/utils.c
b/src/block/utils.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/block/vfat.c
b/src/block/vfat.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/core/dbus_main.c
b/src/core/dbus_main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/core/main.c
b/src/core/main.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/core/modules.c
b/src/core/modules.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/shared/apps.c
b/src/shared/apps.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/shared/common.c
b/src/shared/common.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/shared/config-parser.c
b/src/shared/config-parser.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/shared/fd_handler.c
b/src/shared/fd_handler.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/shared/udev.c
b/src/shared/udev.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/storage/storage.c
b/src/storage/storage.c
old mode 100755
(executable)
new mode 100644
(file)