From: Daniel Wagner <[email protected]> Hi,
This is the second part of the prevsion patch set. I have changed so many things (squashin, splitting, reordering renaming, moving) that I cant remember all the details. Though I went through all the feedback I got and all of it should be addressed somehow. cheers, daniel Daniel Wagner (16): config: Factor out config inotify handler inotify: Move inotify code into its own file gsec: Add SELinux support session: Update sessions on config updates session: Add connman_session_get_owner() session: Export session parsing functions session: Store user AllowedBearers configuration session: Don't filter match all out session_policy_ivi: Add policy plugin for IVI session_policy_ivi: Get SELinux context of session owner session_policy_ivi: Create session config session_policy_ivi: Add hash table to track idents session_policy_ivi: Read policy config from file system session_policy_ivi: Watch for changes on policy files session_policy_ivi: Use the policy read from filesystem session_policy_ivi: Implement policy_load() Makefile.am | 7 +- Makefile.plugins | 12 ++ configure.ac | 6 + gsec/gsec.h | 36 ++++ gsec/selinux.c | 171 +++++++++++++++ include/inotify.h | 37 ++++ include/session.h | 8 + plugins/session_policy_ivi.c | 482 +++++++++++++++++++++++++++++++++++++++++++ src/config.c | 181 ++++------------ src/connman.h | 5 + src/inotify.c | 236 +++++++++++++++++++++ src/main.c | 2 + src/session.c | 148 ++++++++++--- 13 files changed, 1152 insertions(+), 179 deletions(-) create mode 100644 gsec/gsec.h create mode 100644 gsec/selinux.c create mode 100644 include/inotify.h create mode 100644 plugins/session_policy_ivi.c create mode 100644 src/inotify.c -- 1.8.0.rc0 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
