[PATCH 0/3] xserver: Client ID tracking

Rami Ylimäki rami.ylimaki at vincit.fi
Mon Aug 30 06:29:30 PDT 2010


Hi,

These patches add a simple framework for determining client related
IDs such as PID and process name within X server. After these changes
have been reviewed and accepted, the XRes extension will be modified
to use the framework and provide client ID information for clients
with a new protocol request.

Rami Ylimäki (3):
  dix: Add facilities for client ID tracking.
  dix: Enable client ID tracking in server.
  Xext: Enable client ID tracking in extensions (SELinux).

 Xext/xselinux_hooks.c        |   37 ++-----
 configure.ac                 |    2 +-
 dix/Makefile.am              |    1 +
 dix/client.c                 |  273 ++++++++++++++++++++++++++++++++++++++++++
 dix/main.c                   |    3 +
 hw/xfree86/loader/sdksyms.sh |    1 +
 include/Makefile.am          |    1 +
 include/client.h             |   51 ++++++++
 8 files changed, 339 insertions(+), 30 deletions(-)
 create mode 100644 dix/client.c
 create mode 100644 include/client.h



More information about the xorg-devel mailing list