Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardenedlinux/grsecurity-101-tutorials
https://github.com/hardenedlinux/grsecurity-101-tutorials
grsecurity kernel-mitigation pax
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardenedlinux/grsecurity-101-tutorials
- Owner: hardenedlinux
- Created: 2016-08-05T06:31:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T09:52:26.000Z (4 months ago)
- Last Synced: 2024-07-26T23:56:38.083Z (4 months ago)
- Topics: grsecurity, kernel-mitigation, pax
- Language: C
- Size: 244 KB
- Stars: 339
- Watchers: 45
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **233**星
README
# PaX/Grsecurity 新手教程
Grsecurity 是一套增强 Linux 内核安全的内核补丁集,能够轻松应对各种严重安全威胁。
Grsecurity 使用的技术手段包括智能访问控制、通过防御内存破坏 (Memory corruption) 进行的 Exploit 防护及其他加固措施。
它已经被活跃开发并维护了 15 年,并由 Open Source Security, Inc 提供商业支持。
## 目录
- [开始使用 Grsecurity](start-using-grsec.md)
- [PaX 基础](pax-basic.md)
- [面向桌面的 PaX/Grsecurity 配置详细注释与评论](grsec-kernel-full-commentary.md)
- [在桌面 GNU/Linux 上使用 PaX/Grsecurity 的一点经验](grsec-desk-notes.md)
- [Linux kernel mitigation checklist](kernel_mitigation.md)
- [Linux kernel vulnerablity & exploitation & silent fixes](https://github.com/hardenedlinux/grsecurity-101-tutorials/blob/master/kernel_vuln_exp.md)
- [PaX/Grsecurity相关特性分析](https://github.com/hardenedlinux/grsecurity-101-tutorials/tree/master/grsec-code-analysis)## 授权
CC-BY-NC-SA 4.0 Unported