https://github.com/nning/linux-pax
Arch Linux package for the Linux Kernel and modules with PaX patches.
https://github.com/nning/linux-pax
Last synced: 11 months ago
JSON representation
Arch Linux package for the Linux Kernel and modules with PaX patches.
- Host: GitHub
- URL: https://github.com/nning/linux-pax
- Owner: nning
- Created: 2013-12-15T20:56:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T06:34:03.000Z (almost 11 years ago)
- Last Synced: 2025-04-02T09:11:26.543Z (over 1 year ago)
- Language: Shell
- Size: 1.81 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-default-console-loglevel.patch
Awesome Lists containing this project
README
linux-pax
=========
Arch Linux package for the Linux Kernel and modules with PaX patches.
* [AUR][0]
* [GitHub][1]
* [grsecurity project page][2]
* [Wikibook on grsecurity][3]
Kernel configuration
--------------------
Configure (with menuconfig) and exit afterwards:
MENUCONFIG=1 makepkg
The configuration will be in `src/linux-3.*/.config`. In the PKGBUILDs build
function (line 81 ff.), the configuration interface is changeable.
To configure and build the kernel afterwards:
MENUCONFIG=2 makepkg
[0]: https://aur.archlinux.org/packages/linux-pax
[1]: https://github.com/nning/linux-pax
[2]: https://grsecurity.net
[3]: https://en.wikibooks.org/wiki/Grsecurity