diff options
author | Rami Ylimäki <rami.ylimaki@vincit.fi> | 2010-12-22 16:51:09 +0200 |
---|---|---|
committer | Rami Ylimäki <rami.ylimaki@vincit.fi> | 2010-12-23 13:53:18 +0200 |
commit | 1e933665bef26c74196bb7c59910e6a78bcacf0e (patch) | |
tree | c20729cbb2a38a82af774e259d5ab053cee3be6f /os/Makefile.am | |
parent | 671b2a1823a1c90d0b6254e2e2af8865151fff8c (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 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |