From 9e1f5a52166698ac39c0dbc4740fe04600f47486 Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Jan 09 2013 03:09:18 +0000 Subject: Add missing couchdb_initrc_exec_t type --- diff --git a/couchdb.te b/couchdb.te index 997564e..046fe9b 100644 --- a/couchdb.te +++ b/couchdb.te @@ -9,6 +9,9 @@ type couchdb_t; type couchdb_exec_t; init_daemon_domain(couchdb_t, couchdb_exec_t) +type couchdb_initrc_exec_t; +init_script_file(couchdb_initrc_exec_t) + type couchdb_conf_t; files_config_file(couchdb_conf_t)