Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2009 14:51:12 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156608 for review
Message-ID:  <200901241451.n0OEpClr094422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156608

Change 156608 by rwatson@rwatson_freebsd_capabilities on 2009/01/24 14:50:19

	We'll use a modified rtld-elf (ld-elf.so) to allow dynamic linking
	of capability mode executables, so integrate the existing Makefile
	from rtld-elf and hook up it up to the build.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/Makefile#3 edit
.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#1 branch

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/Makefile#3 (text+ko) ====

@@ -24,6 +24,7 @@
 	rpc.sprayd \
 	${_rshd} \
 	${_rtld-elf} \
+	${_rtld-elf-cap} \
 	save-entropy \
 	${_smrsh} \
 	talkd \
@@ -56,6 +57,7 @@
 
 .if !defined(NO_PIC) && !defined(NO_RTLD)
 _rtld-elf=	rtld-elf
+_rtld-elf-cap=	rtld-elf-cap
 .endif
 
 .if ${MK_RCMDS} != "no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901241451.n0OEpClr094422>