[selinux-policy/master_contrib: 42/47] Stop using pcscd_read_pub_files

Miroslav Grepl mgrepl at fedoraproject.org
Wed Jan 16 13:34:02 UTC 2013


commit 8d523529f60a3f9666490ffadd98fa1ddd78e7cd
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Jan 15 17:31:44 2013 -0500

    Stop using pcscd_read_pub_files

 apache.te     |    2 +-
 certmonger.te |    1 -
 rpc.te        |    2 +-
 samba.te      |    2 +-
 xguest.te     |    2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/apache.te b/apache.te
index 93b55a0..8f88bc2 100644
--- a/apache.te
+++ b/apache.te
@@ -959,7 +959,7 @@ optional_policy(`
 ')
 
 optional_policy(`
-	pcscd_read_pub_files(httpd_t)
+	pcscd_read_pid_files(httpd_t)
 ')
 
 optional_policy(`
diff --git a/certmonger.te b/certmonger.te
index dd34a80..bec6c06 100644
--- a/certmonger.te
+++ b/certmonger.te
@@ -114,7 +114,6 @@ optional_policy(`
 ')
 
 optional_policy(`
-	pcscd_read_pub_files(certmonger_t)
 	pcscd_read_pid_files(certmonger_t)
 	pcscd_stream_connect(certmonger_t)
 ')
diff --git a/rpc.te b/rpc.te
index 43a888d..66ec108 100644
--- a/rpc.te
+++ b/rpc.te
@@ -277,7 +277,7 @@ optional_policy(`
 ')
 
 optional_policy(`
-	pcscd_read_pub_files(gssd_t)
+	pcscd_read_pid_files(gssd_t)
 ')
 
 optional_policy(`
diff --git a/samba.te b/samba.te
index 27fd4cd..89b9b6a 100644
--- a/samba.te
+++ b/samba.te
@@ -232,7 +232,7 @@ optional_policy(`
 ')
 
 optional_policy(`
-	pcscd_read_pub_files(samba_net_t)
+	pcscd_read_pid_files(samba_net_t)
 ')
 
 optional_policy(`
diff --git a/xguest.te b/xguest.te
index 97246fb..a3bcb7b 100644
--- a/xguest.te
+++ b/xguest.te
@@ -129,7 +129,7 @@ optional_policy(`
 ')
 
 optional_policy(`
-	pcscd_read_pub_files(xguest_t)
+	pcscd_read_pid_files(xguest_t)
 	pcscd_stream_connect(xguest_t)
 ')
 


More information about the scm-commits mailing list