Diff between 6eba17bf803eb2f080781c40cbccbb4003f37f80 and 4257df2c1dfd3fdd4648383994073ac1ba2e770c

Changed Files

File Additions Deletions Status
android/system-emulator.c +1 -0 modified

Full Patch

diff --git a/android/system-emulator.c b/android/system-emulator.c
index 299de0f..611e46e 100644
--- a/android/system-emulator.c
+++ b/android/system-emulator.c
@@ -171,6 +171,7 @@ int main(int argc, char *argv[])
 
 	mainloop_add_fd(fd, EPOLLIN, system_socket_callback, NULL, NULL);
 
+	/* Make sure bluetoothd creates files with proper permissions */
 	umask(0177);
 
 	return mainloop_run();