On 1/27/21 12:20 PM, Russell Coker wrote:
I think this one is good for merging now.
Signed-off-by: Russell Coker <russell@xxxxxxxxxxxx>
Merged.
@@ -175,6 +183,18 @@ ifdef(`init_systemd',`
')
optional_policy(`
+ tunable_policy(`dhcpc_manage_samba',`
+ samba_manage_var_files(dhcpc_t)
+ init_exec_script_files(dhcpc_t)
+ init_get_system_status(dhcpc_t)
+ samba_stop(dhcpc_t)
+ samba_start(dhcpc_t)
+ samba_reload(dhcpc_t)
+ samba_status(dhcpc_t)
+ ')
+')
+
There is a preexisting optional below with samba_manage_config(dhcpc_t) in it. I
moved that line into this tunable.
--
Chris PeBenito