- Fix devicekit_disk_t to getattr on all domains sockets and fifo_files
- Conflicts seedit (You can not use selinux-policy-targeted and seedit at the same time.)
This commit is contained in:
parent
e20e351e10
commit
6b7b0c1cdc
@ -521,6 +521,13 @@ finger = module
|
|||||||
#
|
#
|
||||||
firstboot = base
|
firstboot = base
|
||||||
|
|
||||||
|
# Layer: apps
|
||||||
|
# Module: firewallgui
|
||||||
|
#
|
||||||
|
# policy for system-config-firewall
|
||||||
|
#
|
||||||
|
firewallgui = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: fprintd
|
# Module: fprintd
|
||||||
#
|
#
|
||||||
|
@ -521,6 +521,13 @@ finger = module
|
|||||||
#
|
#
|
||||||
firstboot = base
|
firstboot = base
|
||||||
|
|
||||||
|
# Layer: apps
|
||||||
|
# Module: firewallgui
|
||||||
|
#
|
||||||
|
# policy for system-config-firewall
|
||||||
|
#
|
||||||
|
firewallgui = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: fprintd
|
# Module: fprintd
|
||||||
#
|
#
|
||||||
|
720
policy-F12.patch
720
policy-F12.patch
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.31
|
Version: 3.6.31
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -304,6 +304,7 @@ Requires(pre): coreutils
|
|||||||
Requires(pre): selinux-policy = %{version}-%{release}
|
Requires(pre): selinux-policy = %{version}-%{release}
|
||||||
Conflicts: audispd-plugins <= 1.7.7-1
|
Conflicts: audispd-plugins <= 1.7.7-1
|
||||||
Obsoletes: mod_fcgid-selinux
|
Obsoletes: mod_fcgid-selinux
|
||||||
|
Conflicts: seedit
|
||||||
|
|
||||||
%description targeted
|
%description targeted
|
||||||
SELinux Reference policy targeted base module.
|
SELinux Reference policy targeted base module.
|
||||||
@ -355,6 +356,7 @@ Group: System Environment/Base
|
|||||||
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires(pre): selinux-policy = %{version}-%{release}
|
Requires(pre): selinux-policy = %{version}-%{release}
|
||||||
|
Conflicts: seedit
|
||||||
|
|
||||||
%description minimum
|
%description minimum
|
||||||
SELinux Reference policy minimum base module.
|
SELinux Reference policy minimum base module.
|
||||||
@ -388,6 +390,7 @@ Provides: selinux-policy-base
|
|||||||
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires(pre): selinux-policy = %{version}-%{release}
|
Requires(pre): selinux-policy = %{version}-%{release}
|
||||||
|
Conflicts: seedit
|
||||||
|
|
||||||
%description olpc
|
%description olpc
|
||||||
SELinux Reference policy olpc base module.
|
SELinux Reference policy olpc base module.
|
||||||
@ -419,6 +422,7 @@ Requires: policycoreutils-newrole >= %{POLICYCOREUTILSVER} setransd
|
|||||||
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
Requires(pre): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires(pre): selinux-policy = %{version}-%{release}
|
Requires(pre): selinux-policy = %{version}-%{release}
|
||||||
|
Conflicts: seedit
|
||||||
|
|
||||||
%description mls
|
%description mls
|
||||||
SELinux Reference policy mls base module.
|
SELinux Reference policy mls base module.
|
||||||
@ -443,6 +447,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-4
|
||||||
|
- Fix devicekit_disk_t to getattr on all domains sockets and fifo_files
|
||||||
|
- Conflicts seedit (You can not use selinux-policy-targeted and seedit at the same time.)
|
||||||
|
|
||||||
|
|
||||||
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-3
|
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-3
|
||||||
- Add wordpress/wp-content/uploads label
|
- Add wordpress/wp-content/uploads label
|
||||||
- Fixes for sandbox when run from staff_t
|
- Fixes for sandbox when run from staff_t
|
||||||
|
Loading…
Reference in New Issue
Block a user