Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35971 Details for
Bug 40665
/etc/conf.d/chpax configuration bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
conf.d/chpax
chpax (text/plain), 2.71 KB, created by
John Richard Moser
on 2004-07-22 14:47:16 UTC
(
hide
)
Description:
conf.d/chpax
Filename:
MIME Type:
Creator:
John Richard Moser
Created:
2004-07-22 14:47:16 UTC
Size:
2.71 KB
patch
obsolete
>#################################################################### ># Copyright 1999-2004 Gentoo Foundation # ># Distributed under the terms of the GNU General Public License v2 # >################################################################### ># chpax prefix description ># p PE do not enforce paging based non-executable pages ># E ET emulate trampolines ># r RE do not randomize mmap() base [ELF only] ># m ME do not restrict mprotect() ># s SE do not enforce segmentation based non-executable pages ># x XE do not randomize ET_EXEC base [ELF only] ># psem PSE same as PE + SE + ME, or -psem > ># NOTE: PS_EXEC_EXEMPT is {PAGE,SEGM}_EXEC_EXEMPT. For executables ># with BOTH, you should use this, as it enables -e and -m, to make ># sure that pax doesn't cry about odd flag settings in softmode > ># chpax command. If using multiple tools, can separate by spaces. ># This one hits BOTH chpax and paxctl >CHPAX="/sbin/chpax /sbin/paxctl" > ># yes to be annoyed >#VERBOSE="yes" > >######################################################################### ># Here's some basic apps we'll use, that we have to apply much stuff to # >######################################################################## > ># I'm debating if I should do the eval here or in the actual script; I'm ># currently opting for doing it in the init.d script. ># ># To do it here, set things ="`eval echo /path/to/{some,binaries}`" > >#java=/opt/blackdown-{jdk-*/{,jre/},jre-*/}bin/{java{,_vm,c},keytool,kinit,klist,ktab,orbd,policytool,rmi{d,registry},servertool,tnameserv,*} >java="/opt/*-{jdk-*/{,jre/},jre-*/}bin/*" >wine="/usr/lib/wine/bin/{wine{,build,clipsrv,dump,gcc,server,wrap,-{k,p}thread},w{mc,rc,idl}}" >x11="/usr/X11R6/bin/{XFree86,Xorg}" >xine="/usr/bin/{g,}xine" >openoffice="/opt/OpenOffice.org*/program/soffice.bin" >mozilla="/usr/lib/MozillaFirefox/firefox-bin /usr/lib/mozilla/mozilla-bin" >xmms="/usr/bin/xmms" >mplayer="/usr/bin/{g,}mplayer" >mono="/usr/bin/mono" > >##################################################### ># Miscillaneous things that need each of these tags # >#################################################### > >PSE_misc="/usr/bin/blender /usr/bin/totem /usr/bin/acme \ > /usr/bin/gnome-sound-recorder /usr/games/bin/bzflag /usr/bin/xfce4-panel" > >#################################### ># Settings are really applied here # >################################### > >PS_EXEC_EXEMPT="${PSE_misc} ${x11} ${xine} ${wine} ${java} ${openoffice} \ > ${mplayer} ${mono}" >PAGEEXEC_EXEMPT="" >TRAMPOLINE_EXEMPT="" >MPROTECT_EXEMPT="${java} ${mozilla} ${xmms}" >RANDMMAP_EXEMPT="${java} ${x11}" >SEGMEXEC_EXEMPT="${PAGEEXEC_EXEMPT}" >RANDEXEC_EXEMPT="${java} ${x11}" > ># when zero flag mask is set to "yes" it will remove all pax flags from all files on reboot/stop >#ZERO_FLAG_MASK="yes" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40665
:
25115
|
25829
|
25831
|
26077
|
26078
|
26080
|
26857
|
26858
|
26860
|
26864
|
32796
|
32797
|
34309
|
35333
|
35335
|
35971
|
36343
|
36344
|
36433
|
36436
|
37155
|
37156