OSDN Git Service

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86
[android-x86/device-generic-common.git] / nativebridge / bin / enable_nativebridge
index c8899c6..b05563a 100644 (file)
@@ -15,7 +15,7 @@ urls[5]=http://goo.gl/CtKjxx
 
 mount_sfs()
 {
-       mount -o 'context="u:object_r:system_file:s0"' $1 $2
+       mount -o 'ro,context="u:object_r:system_file:s0"' $1 $2
 }
 
 if [ -z "$1" ]; then