├── CHANGELOG ├── LICENSE ├── Makefile ├── README.md ├── changelog.upstream ├── debian ├── changelog ├── compat ├── control ├── copyright ├── gain-root-command ├── rules ├── source │ └── format └── watch ├── man └── grsecurity-installer.8.ronn └── usr └── bin └── grsecurity-installer /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/CHANGELOG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/README.md -------------------------------------------------------------------------------- /changelog.upstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/changelog.upstream -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/gain-root-command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/gain-root-command -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/debian/watch -------------------------------------------------------------------------------- /man/grsecurity-installer.8.ronn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/man/grsecurity-installer.8.ronn -------------------------------------------------------------------------------- /usr/bin/grsecurity-installer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rickard2/grsecurity-Debian-Installer/HEAD/usr/bin/grsecurity-installer --------------------------------------------------------------------------------