mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
Allow python to look in /usr/sbin for ipa_webgui
429999
This commit is contained in:
parent
f948904b5c
commit
e88d62ffcf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user