- Exploring SE for Android
- William Confer William Roberts
- 90字
- 2021-07-23 20:37:35
Access vectors
Data is accessed by processes via system calls and possible user defined access methods. The user defined access methods are usually controlled via a userspace object manager. These access paths, also known as vectors, make up a set of actions that can be applied to the object. For instance, if a process opens a file, writes some data into the file, and then reads it back, the access vectors exercised would be open
, read
, and write
. If a process debugs another process, the access vector would be ptrace
.
推薦閱讀
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- Objective-C應(yīng)用開發(fā)全程實(shí)錄
- Beginning Java Data Structures and Algorithms
- PHP程序設(shè)計(jì)(慕課版)
- ASP.NET Core 2 and Vue.js
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- Hands-On Automation Testing with Java for Beginners
- Android系統(tǒng)級深入開發(fā)
- Advanced Express Web Application Development
- Laravel Application Development Blueprints
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- PostgreSQL 12 High Availability Cookbook
- Getting Started with Windows Server Security
- 微信公眾平臺開發(fā)最佳實(shí)踐