slackbuilds/system/paxctl
fourtysixandtwo 65da6bd980 system/paxctl: Change i486 to i586 2022-06-07 02:23:52 -04:00
..
README
paxctl.SlackBuild system/paxctl: Change i486 to i586 2022-06-07 02:23:52 -04:00
paxctl.info
slack-desc

README

This is paxctl for controlling PaX flags on a per binary basis. PaX
is an intrusion prevention system that provides the best protection
mechanisms against memory corruption bugs. Some applications are not
compatible with certain features (due to design or bad engineering)
and therefore they have to be exempted from certain enforcements. It
is also possible to use PaX in soft mode where none of the protection
mechanisms are active by default - here paxctl can be used to turn
them on for selected programs (e.g., network daemons, programs that
process network data such as mail clients, web browsers, etc).