applied smack label under storage
authorchoisjin80 <jinhyung2.choi@samsung.com>
Tue, 14 May 2013 14:05:47 +0000 (23:05 +0900)
committerchoisjin80 <jinhyung2.choi@samsung.com>
Tue, 14 May 2013 14:05:47 +0000 (23:05 +0900)
Signed-off-by: choisjin80 <jinhyung2.choi@samsung.com>
packaging/emuld.spec
src/emuld.c

index 716166c741e017b81d7b60aa0ffeb1f6107b8248..dd804eec14c36a6b8bf8977c7d25b87a2959d3c3 100755 (executable)
@@ -1,6 +1,6 @@
 #git:/slp/pkgs/e/emulator-daemon
 Name: emuld
-Version: 0.2.37
+Version: 0.2.38
 Release: 1
 Summary: emuld is used for communication emulator between and ide.
 License: Apache
index 3a554cb6068a49da691be42e3e5c56b5b7a0ea3c..ed220f3cb3cbe0850f434825860ea76cf0ea8d3d 100755 (executable)
@@ -322,6 +322,7 @@ void* mount_sdcard(void* data)
                                        /* W/A for sdcard file permission end */
 
                                        system("chmod -R 777 /opt/storage/sdcard");
+                                       system("find /opt/storage/sdcard | xargs chsmack -a system::media -t");
                                        system("vconftool set -t int memory/sysman/mmc 1 -i -f");
                                }
                        }