[selinux-policy/f16] - Fix bug in the boinc policy

Miroslav Grepl mgrepl at fedoraproject.org
Sun Dec 25 18:20:47 UTC 2011


commit 54126659da988717858e4a62f167a8c3f1241d3b
Author: Miroslav <mgrepl at redhat.com>
Date:   Sun Dec 25 19:20:30 2011 +0100

    - Fix bug in the boinc policy

 policy-F16.patch    |    6 +++---
 selinux-policy.spec |    5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/policy-F16.patch b/policy-F16.patch
index 72c2443..78ffd0d 100644
--- a/policy-F16.patch
+++ b/policy-F16.patch
@@ -27857,7 +27857,7 @@ index 0000000..fa9b95a
 +')
 diff --git a/policy/modules/services/boinc.te b/policy/modules/services/boinc.te
 new file mode 100644
-index 0000000..0bb9297
+index 0000000..852893d
 --- /dev/null
 +++ b/policy/modules/services/boinc.te
 @@ -0,0 +1,171 @@
@@ -27870,7 +27870,7 @@ index 0000000..0bb9297
 +
 +attribute boinc_domain;
 +
-+type boinc_t;
++type boinc_t, boinc_domain;
 +type boinc_exec_t;
 +init_daemon_domain(boinc_t, boinc_exec_t)
 +
@@ -27886,7 +27886,7 @@ index 0000000..0bb9297
 +type boinc_var_lib_t;
 +files_type(boinc_var_lib_t)
 +
-+type boinc_project_t;
++type boinc_project_t, boinc_domain;
 +domain_type(boinc_project_t)
 +role system_r types boinc_project_t;
 +
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 47469f0..58ec662 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -17,7 +17,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.10.0
-Release: 68%{?dist}
+Release: 69%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -466,6 +466,9 @@ SELinux Reference policy mls base module.
 %endif
 
 %changelog
+* Sun Dec 25 2011 Miroslav Grepl <mgrepl at redhat.com> 3.10.0-69
+- Fix bug in the boinc policy
+
 * Wed Dec 21 2011 Miroslav Grepl <mgrepl at redhat.com> 3.10.0-68
 - sssd needs sys_admin capability
 


More information about the scm-commits mailing list