summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-10-05 19:25:52 +0000
committerNed Ludd <solar@gentoo.org>2003-10-05 19:25:52 +0000
commitf06417b163a280397950e6d0b54717557a0c07d5 (patch)
tree9a02f7bb9739219eacf6cbf45e3d934bc21faec8 /sys-apps/chpax/files/pax-conf.d
parentversion bump of chpax, adds manpage, little more verbose when -v is used in c... (diff)
downloadgentoo-2-f06417b163a280397950e6d0b54717557a0c07d5.tar.gz
gentoo-2-f06417b163a280397950e6d0b54717557a0c07d5.tar.bz2
gentoo-2-f06417b163a280397950e6d0b54717557a0c07d5.zip
version bump of chpax, adds manpage, little more verbose when -v is used in combo with other flags. this should go stable pretty quickly
Diffstat (limited to 'sys-apps/chpax/files/pax-conf.d')
-rw-r--r--sys-apps/chpax/files/pax-conf.d18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/chpax/files/pax-conf.d b/sys-apps/chpax/files/pax-conf.d
new file mode 100644
index 000000000000..78ac17e8597b
--- /dev/null
+++ b/sys-apps/chpax/files/pax-conf.d
@@ -0,0 +1,18 @@
+####################################################################
+# Copyright 1999-2003 Gentoo Technologies, Inc. #
+# Distributed under the terms of the GNU General Public License v2 #
+####################################################################
+#
+# p do not enforce paging based non-executable pages
+# e do not emulate trampolines
+# r do not randomize mmap() base [ELF only]
+# m do not restrict mprotect()
+# 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"
+TRAMPOLINE_EXEMPT=""
+MPROTECT_EXEMPT=""
+MMAP_EXEMPT=""
+SEGEXEC_EXEMPT=""
+RANDEXEC_EXEMPT=""