diff options
author | Ned Ludd <solar@gentoo.org> | 2003-12-30 21:26:16 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-12-30 21:26:16 +0000 |
commit | a5d357ed34c1f87ece9c25130dbeddc75060a938 (patch) | |
tree | 353896a14cf09ded788bf01ae634e24ac8a51def /sys-apps/chpax/files | |
parent | This release adds mips and mips64 support. Currently Gentoo does not support ... (diff) | |
download | gentoo-2-a5d357ed34c1f87ece9c25130dbeddc75060a938.tar.gz gentoo-2-a5d357ed34c1f87ece9c25130dbeddc75060a938.tar.bz2 gentoo-2-a5d357ed34c1f87ece9c25130dbeddc75060a938.zip |
This release adds mips and mips64 support. Currently Gentoo does not support mips64 but when we do chpax can be ~mips64 keyworded
Diffstat (limited to 'sys-apps/chpax/files')
-rw-r--r-- | sys-apps/chpax/files/digest-chpax-0.6 | 1 | ||||
-rw-r--r-- | sys-apps/chpax/files/pax-conf.d | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/chpax/files/digest-chpax-0.6 b/sys-apps/chpax/files/digest-chpax-0.6 new file mode 100644 index 000000000000..d19033a3232a --- /dev/null +++ b/sys-apps/chpax/files/digest-chpax-0.6 @@ -0,0 +1 @@ +MD5 799d948632feb4344f3373fe90ba54cc chpax-0.6.tar.gz 5068 diff --git a/sys-apps/chpax/files/pax-conf.d b/sys-apps/chpax/files/pax-conf.d index b0d8c204ae85..798d3dab675c 100644 --- a/sys-apps/chpax/files/pax-conf.d +++ b/sys-apps/chpax/files/pax-conf.d @@ -10,12 +10,12 @@ # s do not enforce segmentation based non-executable pages # x do not randomize ET_EXEC base [ELF only] -PAGEEXEC_EXEMPT="/usr/X11R6/bin/XFree86 /usr/lib/wine/bin/wine /opt/blackdown-jdk-*/jre/bin/[a-z]*" +PAGEEXEC_EXEMPT="/usr/X11R6/bin/xinit /usr/X11R6/bin/XFree86 /opt/blackdown-jdk-*/jre/bin/[a-z]* /opt/blackdown-jdk-*/jre/[a-z]* /usr/bin/xmms /usr/bin/mplayer /usr/lib/wine/bin/wine /usr/bin/blender /usr/bin/gxine /usr/bin/totem /usr/bin/acme" TRAMPOLINE_EXEMPT="" -MPROTECT_EXEMPT="/opt/blackdown-jdk-*/jre/bin/[a-z]*" +MPROTECT_EXEMPT="" RANDMMAP_EXEMPT="" -SEGMEXEC_EXEMPT="/usr/X11R6/bin/xinit /usr/X11R6/bin/XFree86 /opt/blackdown-jdk-*/jre/bin/[a-z]* /usr/bin/xmms /usr/bin/mplayer /usr/bin/blender /usr/bin/gxine /usr/bin/totem /usr/bin/acme" -RANDEXEC_EXEMPT="" +SEGMEXEC_EXEMPT="${PAGEEXEC_EXEMPT}" +RANDEXEC_EXEMPT="/opt/blackdown-jdk-*/jre/bin/[a-z]* /opt/blackdown-jdk-*/jre/[a-z]*" # when zero flag mask is set to "yes" it will remove all pax flags from all files on reboot/stop ZERO_FLAG_MASK=no |