summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
diff options
context:
space:
mode:
authorRami Ylimäki <rami.ylimaki@vincit.fi>2010-12-22 16:51:09 +0200
committerRami Ylimäki <rami.ylimaki@vincit.fi>2010-12-23 13:53:18 +0200
commit1e933665bef26c74196bb7c59910e6a78bcacf0e (patch)
treec20729cbb2a38a82af774e259d5ab053cee3be6f /hw/xfree86/loader
parent671b2a1823a1c90d0b6254e2e2af8865151fff8c (diff)
os: Add facilities for client ID tracking.
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 <rami.ylimaki@vincit.fi> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'hw/xfree86/loader')
-rwxr-xr-xhw/xfree86/loader/sdksyms.sh1
1 files changed, 1 insertions, 0 deletions
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"