Fix a security issue which caused input devices to remain world readable after the stream is ended

This commit is contained in:
Cameron Gutman 2014-12-01 22:29:16 -08:00
parent d00f78f859
commit 397c6f46f9

View File

@ -150,7 +150,7 @@ public class EvdevWatcher {
} }
// Giveup eventX permissions // Giveup eventX permissions
rundownWithPermissionsChange(066); rundownWithPermissionsChange(0660);
// Kill the root shell // Kill the root shell
try { try {