This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b364139f2b
nixpkgs
/
pkgs
/
os-specific
/
linux
/
paxctl
/
setup-hook.sh
9 lines
117 B
Bash
Raw
Blame
History
# PaX-mark binaries.
paxmark
(
)
{
local
flags
=
"
$1
"
shift
paxctl -c
"
$@
"
paxctl -zex -
${
flags
}
"
$@
"
}
Reference in New Issue
View Git Blame
Copy Permalink