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 3.10.0-69 +- Fix bug in the boinc policy + * Wed Dec 21 2011 Miroslav Grepl 3.10.0-68 - sssd needs sys_admin capability