diff options
author | pyllyukko <pyllyukko AT maimed dot org> | 2013-02-13 18:40:57 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-02-13 19:34:03 -0500 |
commit | 1af2ba7bf506ab3a261d1bb1b016e6b65a1f944f (patch) | |
tree | 7b5729bb78ef16e9eb46f1d998dc7835ef0e1e18 /system/paxctl/slack-desc | |
parent | 8ba76cf2a102e3aa36f9fb5450e9f2bd25b9f523 (diff) | |
download | slackbuilds-1af2ba7bf506ab3a261d1bb1b016e6b65a1f944f.tar.gz |
system/paxctl: Added (PaX control program)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/paxctl/slack-desc')
-rw-r--r-- | system/paxctl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/paxctl/slack-desc b/system/paxctl/slack-desc new file mode 100644 index 0000000000..c65eb0bf04 --- /dev/null +++ b/system/paxctl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +paxctl: paxctl (PaX control program) +paxctl: +paxctl: This is paxctl for controlling PaX flags on a per binary basis. PaX +paxctl: is an intrusion prevention system that provides the best protection +paxctl: mechanisms against memory corruption bugs. Some applications are not +paxctl: compatible with certain features (due to design or bad engineering) +paxctl: and therefore they have to be exempted from certain enforcements. +paxctl: +paxctl: +paxctl: Homepage: http://pax.grsecurity.net/ +paxctl: |