From 1e933665bef26c74196bb7c59910e6a78bcacf0e Mon Sep 17 00:00:00 2001 From: Rami Ylimäki Date: Wed, 22 Dec 2010 16:51:09 +0200 Subject: os: Add facilities for client ID tracking. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An interface is provided for figuring out the PID and process name of a client. Make some existing functionality from SELinux and IA extensions available for general use. Signed-off-by: Rami Ylimäki Reviewed-by: Tiago Vignatti --- hw/xfree86/loader/sdksyms.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xfree86/loader') diff --git a/hw/xfree86/loader/sdksyms.sh b/hw/xfree86/loader/sdksyms.sh index f60b8ed74..18bb73523 100755 --- a/hw/xfree86/loader/sdksyms.sh +++ b/hw/xfree86/loader/sdksyms.sh @@ -259,6 +259,7 @@ cat > sdksyms.c << EOF #include "colormap.h" #include "colormapst.h" #include "hotplug.h" +#include "client.h" #include "cursor.h" #include "cursorstr.h" #include "dix.h" -- cgit v1.2.3