diff options
Diffstat (limited to 'md')
-rw-r--r-- | md/writeup/compile_linux_kernel.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/md/writeup/compile_linux_kernel.md b/md/writeup/compile_linux_kernel.md index 52fa7d9..c916c96 100644 --- a/md/writeup/compile_linux_kernel.md +++ b/md/writeup/compile_linux_kernel.md @@ -122,6 +122,14 @@ https://grsecurity.net/ Latest patches could be downloaded from https://grsecurity.net/download.php#test +Apply patch +``` +cd linux-4.7.10 +patch -p1 < ../grsecurity-3.1-4.7.10-201610222037.patch +``` + +Should work without troubles + ### Tomoyo MAC based securty mechanism |