Go to file
KaiGai Kohei 318748d659 The attached patch enables userspace object managers to handle notification
messages via netlink socket from SELinux.

* Two new callbacks were added to selinux_set_callback(3)
  - SELINUX_CB_SETENFORCE
     is invoked when it got SELNL_MSG_SETENFORCE message in the
     avc_netlink_process().
  - SELINUX_CB_POLICYLOAD
     is invoked when it got SELNL_MSG_POLICYLOAD message in the
     avc_netlink_process().

* Three functions were exposed to applications.
  - int avc_netlink_open(int blocking);
  - void avc_netlink_loop(void);
  - void avc_netlink_close(void);

Due to a few reasons, SE-PostgreSQL implements its own userspace
avc, so it needs to copy and paste some of avc_internal.c.
This update enables to share common part from such kind of application.

Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
2009-04-07 22:08:48 -04:00
checkpolicy bump checkpolicy to 2.0.19 2009-02-17 12:22:40 -05:00
libselinux The attached patch enables userspace object managers to handle notification 2009-04-07 22:08:48 -04:00
libsemanage bump libsemanage to 2.0.31 2009-01-12 10:45:26 -05:00
libsepol bump libsepol to 2.0.36 2009-03-21 11:13:59 -04:00
policycoreutils bump policycoreutils to 2.0.62 2009-02-17 12:18:05 -05:00
scripts release script 2009-03-12 01:23:32 -04:00
sepolgen bump sepolgen to 1.0.16 2009-02-17 12:19:32 -05:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00