summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.te
blob: daf35ea2b13020cceb890b7bcc7b2d29ecdfbacb (plain)
1
2
3
4
5
6
7
8
9
10
11

policy_module(mod_lookup_identity, 1.0)
require {
	type sssd_t;
	type httpd_t;
	class dbus send_msg;
}

allow httpd_t sssd_t:dbus send_msg;
allow sssd_t httpd_t:dbus send_msg;