- Fix definiton of admin_home_t

This commit is contained in:
Daniel J Walsh 2007-12-19 10:42:06 +00:00
parent 2f257cb996
commit 9a2cf87457
2 changed files with 10 additions and 7 deletions

View File

@ -14252,7 +14252,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
+/root(/.*)? gen_context(system_u:object_r:admin_home_t,s0) +/root(/.*)? gen_context(system_u:object_r:admin_home_t,s0)
diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.2.4/policy/modules/system/userdomain.if diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.2.4/policy/modules/system/userdomain.if
--- nsaserefpolicy/policy/modules/system/userdomain.if 2007-11-29 13:29:35.000000000 -0500 --- nsaserefpolicy/policy/modules/system/userdomain.if 2007-11-29 13:29:35.000000000 -0500
+++ serefpolicy-3.2.4/policy/modules/system/userdomain.if 2007-12-17 16:38:26.000000000 -0500 +++ serefpolicy-3.2.4/policy/modules/system/userdomain.if 2007-12-19 05:31:19.000000000 -0500
@@ -29,8 +29,9 @@ @@ -29,8 +29,9 @@
') ')
@ -15937,7 +15937,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
interface(`userdom_search_sysadm_home_content_dirs',` interface(`userdom_search_sysadm_home_content_dirs',`
gen_require(` gen_require(`
- type sysadm_home_dir_t, sysadm_home_t; - type sysadm_home_dir_t, sysadm_home_t;
+ type admin_home_t + type admin_home_t;
') ')
- allow $1 { sysadm_home_dir_t sysadm_home_t }:dir search_dir_perms; - allow $1 { sysadm_home_dir_t sysadm_home_t }:dir search_dir_perms;
@ -16481,7 +16481,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdo
+ +
diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.te serefpolicy-3.2.4/policy/modules/system/userdomain.te diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.te serefpolicy-3.2.4/policy/modules/system/userdomain.te
--- nsaserefpolicy/policy/modules/system/userdomain.te 2007-12-12 11:35:28.000000000 -0500 --- nsaserefpolicy/policy/modules/system/userdomain.te 2007-12-12 11:35:28.000000000 -0500
+++ serefpolicy-3.2.4/policy/modules/system/userdomain.te 2007-12-13 17:37:34.000000000 -0500 +++ serefpolicy-3.2.4/policy/modules/system/userdomain.te 2007-12-19 05:30:09.000000000 -0500
@@ -17,20 +17,13 @@ @@ -17,20 +17,13 @@
## <desc> ## <desc>

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 2.0.3-1 %define CHECKPOLICYVER 2.0.3-1
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.2.4 Version: 3.2.5
Release: 5%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -74,7 +74,7 @@ SELinux Policy development package
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp %attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
%post devel %post devel
[ -x /usr/bin/sepolgen-ifgen ] && /usr/bin/sepolgen-ifgen > /dev/null [ -x /usr/bin/sepolgen-ifgen ] && /usr/bin/sepolgen-ifgen
exit 0 exit 0
%define setupCmds() \ %define setupCmds() \
@ -167,7 +167,7 @@ fi;
%description %description
SELinux Reference Policy - modular. SELinux Reference Policy - modular.
Based off of reference policy: Checked out revision 2541. Based off of reference policy: Checked out revision 2560.
%build %build
@ -382,6 +382,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-1
- Fix definiton of admin_home_t
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-5 * Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-5
- Fix munin file context - Fix munin file context