Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 19:22:24 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97287 for review
Message-ID:  <200605161922.k4GJMO1L079829@repoman.freebsd.org>

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

Change 97287 by millert@millert_p4 on 2006/05/16 19:22:16

	Libsecompat, a compatibility shim to ease porting of SELinux
	components to SEBSD.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/lib/Makefile#19 edit
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/Makefile#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/getline.c#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/secompat.h#1 add
.. //depot/projects/trustedbsd/sebsd/lib/libsecompat/strndup.c#1 add

Differences ...

==== //depot/projects/trustedbsd/sebsd/lib/Makefile#19 (text+ko) ====

@@ -37,7 +37,7 @@
 	${_libsmdb} \
 	${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
 	libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} \
-	${_libsebsd} ${_libsepol}
+	${_libsecompat} ${_libsebsd} ${_libsepol}
 
 .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
 _csu=csu/${MACHINE_ARCH}-elf
@@ -83,6 +83,7 @@
 .endif
 
 .if !defined(NO_SEBSD)
+_libsecompat=	libsecompat
 _libsebsd=	libsebsd
 _libsepol=	libsepol
 .endif



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