安卓外文翻译--Android文件访问控制系统的设计与实现
《安卓外文翻译--Android文件访问控制系统的设计与实现》由会员分享,可在线阅读,更多相关《安卓外文翻译--Android文件访问控制系统的设计与实现(20页珍藏版)》请在毕设资料网上搜索。
1、 2200 单词, 1.2 万英文字符, 3850 汉字 出处: Wen Q, Huang L. The Design and Implementation of Android File Access Control SystemC/ Second International Conference on Business Computing and Global Informatization. IEEE, 2012:766-769. The Design and Implementation of Android File Access Control System Q Wen, L Hu
2、ang Abstract: Android is a popular operating system on mobile devices, and people care about the security issues of Android very much. Based on the analysis of the defects in Android security mechanism, this paper proposes the design and implementation of an Android File Access Control System that s
3、upplies authorization and authentication to the file operations in order to prevent the sensitive files. The simulation results indicate that the Android File Access Control System achieves the goal of file access control on Android. Keywords-Android; access control; Linux kernel; virtual file syste
4、m I. INTRODUCTION Mobile device is becoming more and more popular with the coming of the information age. Android is a software stack for mobile devices that includes an operating system, middleware and key applications. Particularly, Android relies on Linux version 2.6 for core system services. Wit
5、h the growing number of users, the security issues of Android have been focused on. As a result, the study of Android File Access Control is significant. A. Android Security Mechanism and Defect Relying on the Linux kernel, Android is a privilege separated operating system, in which each application
6、 creates a sandbox with a distinct system identity (Linux user ID and group ID) at install time. Any data stored by an application will be assigned that applications user ID, and not normally accessible to other applications. Additional security features are provided through a permission mechanism.
7、No application, by default, has the permission to perform any operations that would adversely impact other applications, the operating system, or the user. Applications must statically declare the permissions they require, and the Android system prompts the user for consent at the time the applicati
8、on is installed. There exist defects in Android security mechanism. Android has a super user who has the permission to operate the whole system, and the sandbox of each application becomes invalid once an application is assigned the super user ID. Additionally, the permission mechanism may not meet
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 android 文件 访问 走访 控制系统 设计 实现
