secure GALAXY TAB - how to disable Bluetooth and/or WiFi on kernel permissions?

笑着哭i 提交于 2019-12-23 04:06:13

问题


Please be kind enough to support me with help me securing Galaxy tabs we give out for employees. Is there a way to disable the permission to stop accessing Bluetooth and WiFi...

"The easiest way to disable bluetooth is to just remove the permission in the bluetooth device. Bluetooth is managed by the kernel through the devices /dev/ttyHS0 and /dev/ttyMSM0 and these devices have set read and write permissions (660) for the user and group bluetooth. If those permissions are removed, the device will not be reachable. This must be done when booting the system since the /dev directory is reset during reboot."

how can i achieve this?


回答1:


Yes this is possible to do on boot - what you will need to do is extract the boot.img from the device.

You can then unpack the boot.img which gives you a ramdisk & a kernel image. In the Ramdisk is a set of init files, init.rc is where you are going to want to either place your code to set up the persmission to this device or reference a script.

Does this help?



来源:https://stackoverflow.com/questions/11142195/secure-galaxy-tab-how-to-disable-bluetooth-and-or-wifi-on-kernel-permissions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!