Add libdbuspolicy library 31/54131/4
authorArek Antoniak <a.antoniak2@samsung.com>
Fri, 11 Dec 2015 14:23:27 +0000 (15:23 +0100)
committerKazimierz Krosman <k.krosman@samsung.com>
Tue, 15 Dec 2015 14:41:18 +0000 (15:41 +0100)
commit008eb38501a446964c267d50d4a9f73ab94f890a
tree5a7fa6aa2c005110a153d4ce91d254f737f2f5b9
parent3cbda9ad723fbd450f3392a79ad6c86927012152
Add libdbuspolicy library

Library implements dbus-daemon policy checking logic as standalone
library, it complies with dbus-daemon policy specification and supports
Tizen's Cynara extensions ("check" tag).

libdbuspolicy uses kdbus directly to gain peer credentials.

Authors:
    Kazimierz Krosman <k.krosman@samsung.com>
    Arek Antoniak <a.antoniak2@samsung.com>

Change-Id: I7e637000a90b4194350b69d460ddb0da2b02b983
20 files changed:
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
packaging/libdbuspolicy.spec [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/dbuspolicy1/libdbuspolicy1.h [new file with mode: 0644]
src/internal/cynara.hpp [new file with mode: 0644]
src/internal/internal.cpp [new file with mode: 0644]
src/internal/internal.h [new file with mode: 0644]
src/internal/libdbuspolicy1-private.hpp [new file with mode: 0644]
src/internal/timer.hpp [new file with mode: 0644]
src/internal/tslog.hpp [new file with mode: 0644]
src/internal/xml_parser.hpp [new file with mode: 0644]
src/internal/xml_policy.hpp [new file with mode: 0644]
src/libdbuspolicy1-private.h [new file with mode: 0644]
src/libdbuspolicy1.c [new file with mode: 0644]
src/libdbuspolicy1.pc.in [new file with mode: 0644]
src/libdbuspolicy1.sym [new file with mode: 0644]