aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'policy/modules/contrib/openca.if')
-rw-r--r--policy/modules/contrib/openca.if76
1 files changed, 0 insertions, 76 deletions
diff --git a/policy/modules/contrib/openca.if b/policy/modules/contrib/openca.if
deleted file mode 100644
index e20879efc..000000000
--- a/policy/modules/contrib/openca.if
+++ /dev/null
@@ -1,76 +0,0 @@
-## <summary>Open Certificate Authority.</summary>
-
-########################################
-## <summary>
-## Execute the openca with
-## a domain transition.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed to transition.
-## </summary>
-## </param>
-#
-interface(`openca_domtrans',`
- gen_require(`
- type openca_ca_t, openca_ca_exec_t, openca_usr_share_t;
- ')
-
- files_search_usr($1)
- allow $1 openca_usr_share_t:dir search_dir_perms;
- domtrans_pattern($1, openca_ca_exec_t, openca_ca_t)
-')
-
-########################################
-## <summary>
-## Send generic signals to openca.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed access.
-## </summary>
-## </param>
-#
-interface(`openca_signal',`
- gen_require(`
- type openca_ca_t;
- ')
-
- allow $1 openca_ca_t:process signal;
-')
-
-########################################
-## <summary>
-## Send stop signals to openca.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed access.
-## </summary>
-## </param>
-#
-interface(`openca_sigstop',`
- gen_require(`
- type openca_ca_t;
- ')
-
- allow $1 openca_ca_t:process sigstop;
-')
-
-########################################
-## <summary>
-## Send kill signals to openca.
-## </summary>
-## <param name="domain">
-## <summary>
-## Domain allowed access.
-## </summary>
-## </param>
-#
-interface(`openca_kill',`
- gen_require(`
- type openca_ca_t;
- ')
-
- allow $1 openca_ca_t:process sigkill;
-')