[selinux-policy: 2058/3172] trunk: a fix on the previous commit.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:02:42 UTC 2010


commit b3b607eb4309631342144757c88ed4b06811d16f
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Nov 19 16:02:13 2008 +0000

    trunk: a fix on the previous commit.

 policy/modules/services/bluetooth.if |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/policy/modules/services/bluetooth.if b/policy/modules/services/bluetooth.if
index f6028fd..835c576 100644
--- a/policy/modules/services/bluetooth.if
+++ b/policy/modules/services/bluetooth.if
@@ -173,7 +173,7 @@ interface(`bluetooth_dontaudit_read_helper_state',`
 interface(`bluetooth_admin',`
 	gen_require(`
 		type bluetooth_t, bluetooth_tmp_t, bluetooth_lock_t;
-		type bluetooth_spool_t, bluetooth_var_lib_t, bluetooth_var_run_t;
+		type bluetooth_var_lib_t, bluetooth_var_run_t;
 		type bluetooth_conf_t, bluetooth_conf_rw_t;
 		type bluetooth_initrc_exec_t;
 	')
@@ -196,9 +196,6 @@ interface(`bluetooth_admin',`
 	admin_pattern($1, bluetooth_conf_t)
 	admin_pattern($1, bluetooth_conf_rw_t)
 
-	files_list_spool($1)
-	admin_pattern($1, bluetooth_spool_t)
-
 	files_list_var_lib($1)
 	admin_pattern($1, bluetooth_var_lib_t)
 


More information about the scm-commits mailing list