View previous topic :: View next topic |
Author |
Message |
ninjabadger Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/124624306041c73cbd797aa.png)
Joined: 23 Apr 2003 Posts: 270 Location: Scotland
|
Posted: Sun Nov 20, 2005 10:37 am Post subject: Hardened PIC question |
|
|
From reading the literature http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml It seams like PIC will be built into code if i use the hardened profile. Is this correct or should i still include USE="pic" in my make.conf? Thanks. _________________ Is Microsoft Stronger?
No, no, no. Quicker, easier, more seductive. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
c4 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 21 Feb 2004 Posts: 312 Location: Sweden
|
Posted: Sun Nov 20, 2005 1:02 pm Post subject: |
|
|
The pic USE-flag is used per default in the hardened profile.
For my hardened server, less /etc/make.profile/make.defaults shows:
Code: | ARCH="x86"
ACCEPT_KEYWORDS="${ARCH}"
GRP_STAGE23_USE="${ARCH} berkdb crypt readline nls ssl tcpd zlib pam pic hardened dlloader"
USE="${ARCH} berkdb crypt dlloader hardened nls pam pic readline ssl tcpd zlib"
PORTDIR=/usr/portage/
PKGDIR=${PORTDIR}/packages/${ARCH}/ |
So pic is set by default. I do have pic in my make.conf as well, but that's how I like to have it set. _________________ AMD64 Gentoo Hardened server
AMD64 Xubuntu Desktop
X86 Dreamlinux Vaio laptop |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
epretorious Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 04 Jul 2003 Posts: 191 Location: Truckee, CA
|
Posted: Sun Dec 11, 2005 6:12 pm Post subject: |
|
|
c4 wrote: | The pic USE-flag is used per default in the hardened profile.
For my hardened server, less /etc/make.profile/make.defaults shows:
Code: | ARCH="x86"
ACCEPT_KEYWORDS="${ARCH}"
GRP_STAGE23_USE="${ARCH} berkdb crypt readline nls ssl tcpd zlib pam pic hardened dlloader"
USE="${ARCH} berkdb crypt dlloader hardened nls pam pic readline ssl tcpd zlib"
PORTDIR=/usr/portage/
PKGDIR=${PORTDIR}/packages/${ARCH}/ |
So pic is set by default. I do have pic in my make.conf as well, but that's how I like to have it set. |
Thanks for the clarification, c4! _________________ Eric P.
Sunnyvale, CA |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|