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 --- os/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'os/Makefile.am') diff --git a/os/Makefile.am b/os/Makefile.am index 66a4a0f75..91ca110f4 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -12,6 +12,7 @@ libos_la_SOURCES = \ access.c \ auth.c \ backtrace.c \ + client.c \ connection.c \ io.c \ mitauth.c \ -- cgit v1.2.3