- Remove dmesg boolean

- Allow user domains to read/write game data
This commit is contained in:
Daniel J Walsh 2008-05-06 17:01:42 +00:00
parent 86881dd93f
commit 6c25b428ce
3 changed files with 374 additions and 157 deletions

View File

@ -1648,3 +1648,10 @@ kerneloops = module
# #
openoffice = base openoffice = base
# Layer: services
# Module: podsleuth
#
# Podsleuth probes, identifies, and exposes properties and metadata bound to iPods.
#
podsleuth = module

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.3.1 Version: 3.3.1
Release: 44%{?dist} Release: 45%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -385,6 +385,10 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Apr 30 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-45
- Remove dmesg boolean
- Allow user domains to read/write game data
* Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-44 * Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-44
- Change unconfined_t to transition to unconfined_mono_t when running mono - Change unconfined_t to transition to unconfined_mono_t when running mono
- Change XXX_mono_t to transition to XXX_t when executing bin_t files, so gnome-do will work - Change XXX_mono_t to transition to XXX_t when executing bin_t files, so gnome-do will work