[RFC] [PATCH v2 10/12] [xserver] dix: Add facilities for client ID tracking.

Rami Ylimäki rami.ylimaki at vincit.fi
Mon Jan 3 00:57:21 PST 2011


On 12/31/2010 03:32 PM, Erkki Seppälä wrote:
> From: Rami Ylimäki<rami.ylimaki at vincit.fi>
>
> 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 at vincit.fi>
> Reviewed-by: Tiago Vignatti<tiago.vignatti at nokia.com>
> ---
>   configure.ac                 |   15 ++-
>   dix/Makefile.am              |    1 +
>   dix/client.c                 |  345 ++++++++++++++++++++++++++++++++++++++++++
>   dix/main.c                   |    3 +
>   hw/xfree86/loader/sdksyms.sh |    1 +
>   include/Makefile.am          |    1 +
>   include/client.h             |   60 ++++++++
>   include/dix-config.h.in      |    3 +
>   include/os.h                 |    3 +
>   os/access.c                  |   76 +++++++++
>   10 files changed, 507 insertions(+), 1 deletions(-)
>   create mode 100644 dix/client.c
>   create mode 100644 include/client.h

This is an old version of the patch. The most recent version can be 
found from http://lists.x.org/archives/xorg-devel/2010-December/017441.html.

-- Rami



More information about the xorg-devel mailing list