[Lunar-commits]
CVS: moonbase/kernel/chpax BUILD, NONE, 1.1 DETAILS, NONE, 1.1
Niki Guldbrand
niki at lunar-linux.org
Tue Jan 20 14:43:31 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/chpax
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19766
Added Files:
BUILD DETAILS
Log Message:
Added chpax, so that executables can be manipulated to run under a
PaX/GRSecurity if they violate the PaX security features.
--- NEW FILE: BUILD ---
(
make all &&
prepare_install &&
make install &&
cp $SOURCE_CACHE/$SOURCE2 /sbin/ &&
cp $SOURCE_CACHE/$SOURCE3 /etc/ &&
chmod 700 /sbin/chpax /sbin/chpax.sh &&
chmod 600 /etc/chpax.cfg
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=chpax
VERSION=0.6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=chpax.sh
SOURCE3=chpax.cfg
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://pax.grsecurity.net/$SOURCE
SOURCE2_URL[0]=http://pax.grsecurity.net/$SOURCE2
SOURCE3_URL[0]=http://pax.grsecurity.net/$SOURCE3
SOURCE_VFY[0]=md5:376ee0327bb6060a03052cdc71bb371f
SOURCE2_VFY[0]=md5:e5f7ac266779c3101ddfe6a35d9b7150
SOURCE3_VFY[0]=md5:46136ee247bf8b5864d11997162b24d6
WEB_SITE=http://www.grsecurity.net
ENTERED=20040120
UPDATED=20040120
SHORT="chpax is the userspace interface to PaX system in grsecurity."
cat << EOF
The userspace interface to the PaX system in grsecurity.
To use this app for anything you will need the linux-grsec
kernel module running.
EOF
More information about the Lunar-commits
mailing list