Allow python to look in /usr/sbin for ipa_webgui

429999
This commit is contained in:
Rob Crittenden 2008-03-04 15:06:11 -05:00
parent f948904b5c
commit e88d62ffcf

View File

@ -5,6 +5,9 @@ policy_module(ipa_webgui, 1.0)
# Declarations
#
require {
type sbin_t;
}
type ipa_webgui_t;
type ipa_webgui_exec_t;
type ipa_webgui_var_run_t;
@ -90,3 +93,4 @@ corenet_tcp_bind_http_cache_port(ipa_webgui_t)
corenet_tcp_connect_http_cache_port(ipa_webgui_t)
corenet_tcp_connect_ldap_port(ipa_webgui_t)
allow ipa_webgui_t sbin_t:dir search;