terra: apply PaX markings
For grsecurity support
This commit is contained in:
parent
9d052a2c39
commit
9983937d1a
@ -46,6 +46,10 @@ stdenv.mkDerivation rec {
|
|||||||
''
|
''
|
||||||
;
|
;
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
paxmark m $bin/bin/terra
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = with llvmPackages; [ which lua llvm clang-unwrapped ncurses ];
|
buildInputs = with llvmPackages; [ which lua llvm clang-unwrapped ncurses ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user