computer_knowledge_notes/OS/Fuchsia/readme.md

12 lines
359 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### 参考资料
- [pwn-fuchsia](https://a13xp0p0v.github.io/2022/05/24/pwn-fuchsia.html)
#### 概述
- 没有属主的概述,而是基于访问能力的。
- 基于微内核,这使内核被攻击面变小了。
- 所有的用户态程序都是在各自的沙箱中运行的。
- 用户态程序由URL标识可以按需解析、下载和执行。