# ChangeLog for sys-apps/paxctl # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.6 2004/07/22 21:08:16 solar Exp $ 22 Jul 2004; paxctl-0.2.ebuild: marked paxctl stable on x86 now that min-version binutils is in stable 21 Jul 2004; Travis Tilley paxctl-0.2.ebuild: stable on amd64 30 Jun 2004; Aron Griffis paxctl-0.2.ebuild: sync IUSE (missing), glibc -> libc *paxctl-0.2 (18 Feb 2004) 18 Feb 2004; : 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). PaX and paxctl work on ELF executables, both of the standard ET_EXEC and the newer ET_DYN kind (older PaX releases referred to the latter as ET_DYN executables, these days they are called Position Independent Executables or PIEs for short).