aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'policy/modules/contrib/howl.if')
-rw-r--r--policy/modules/contrib/howl.if53
1 files changed, 0 insertions, 53 deletions
diff --git a/policy/modules/contrib/howl.if b/policy/modules/contrib/howl.if
deleted file mode 100644
index dc609f07..00000000
--- a/policy/modules/contrib/howl.if
+++ /dev/null
@@ -1,53 +0,0 @@
-## <summary>Port of Apple Rendezvous multicast DNS.</summary>
-
-########################################
-## <summary>
-## Send generic signals to howl.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed access.
-## </summary>
-## </param>
-#
-interface(`howl_signal',`
- gen_require(`
- type howl_t;
- ')
-
- allow $1 howl_t:process signal;
-')
-
-########################################
-## <summary>
-## All of the rules required to
-## administrate an howl environment.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed access.
-## </summary>
-## </param>
-## <param name="role">
-## <summary>
-## Role allowed access.
-## </summary>
-## </param>
-## <rolecap/>
-#
-interface(`howl_admin',`
- gen_require(`
- type howl_t, howl_initrc_exec_t, howl_var_run_t;
- ')
-
- allow $1 howl_t:process { ptrace signal_perms };
- ps_process_pattern($1, howl_t)
-
- init_labeled_script_domtrans($1, howl_initrc_exec_t)
- domain_system_change_exemption($1)
- role_transition $2 howl_initrc_exec_t system_r;
- allow $2 system_r;
-
- files_search_pids($1)
- admin_pattern($1, howl_var_run_t)
-')