stdenv: Move paxmark function to paxctl's setup hook
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# PaX-mark binaries.
|
||||
paxmark() {
|
||||
local flags="$1"
|
||||
shift
|
||||
|
||||
paxctl -c "$@"
|
||||
paxctl -zex -${flags} "$@"
|
||||
}
|
||||
Reference in New Issue
Block a user