mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
paxctl: remove setup hook (#349693)
This commit is contained in:
commit
1f6337fdb7
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
"MANDIR=share/man/man1"
|
"MANDIR=share/man/man1"
|
||||||
];
|
];
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for controlling PaX flags on a per binary basis";
|
description = "Tool for controlling PaX flags on a per binary basis";
|
||||||
mainProgram = "paxctl";
|
mainProgram = "paxctl";
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
# PaX-mark binaries.
|
|
||||||
paxmark() {
|
|
||||||
local flags="$1"
|
|
||||||
shift
|
|
||||||
|
|
||||||
paxctl -c "$@"
|
|
||||||
paxctl -zex -${flags} "$@"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user