milis/talimatname/genel/p/paxtest/talimat

18 lines
383 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Linux kernel pax güvenlik testi
# Url: http://codemonkey.org.uk/projects/trinity/
# Paketçi: milisarge
# Gerekler:
# Grup: güvenlik
isim=paxtest
surum=0.9.15
devir=1
kaynak=(https://grsecurity.net/~spender/${isim}-${surum}.tar.gz)
derle() {
cd $isim-$surum
_make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$isim"
$_make
$_make DESTDIR="$PKG" install
}