Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KERNEXEC module #18

Merged
merged 1 commit into from
Nov 6, 2017
Merged

Add KERNEXEC module #18

merged 1 commit into from
Nov 6, 2017

Conversation

Bins94
Copy link
Contributor

@Bins94 Bins94 commented Nov 6, 2017

No description provided.

@Bins94 Bins94 merged commit 125d9c0 into hardenedlinux:master Nov 6, 2017
Copy link
Member

@biergaizi biergaizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

```
该函数最终调用 memcpy 将可加载模块的相应代码数据加载到内存中去。加载结束后若有CONFIG_DEBUG_KMEMLEAK,强制进行一遍权限的检查,防止 W^X。分离数据和代码除了内存属性的不同,也使得他们不再连续的内存区域。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处应该为 W&X.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对的,谢谢提醒

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants