- Add wm policy

This commit is contained in:
Daniel J Walsh 2009-01-21 20:39:17 +00:00
parent 2a4bdae89c
commit 1b94a1375f
5 changed files with 948 additions and 249 deletions

View File

@ -527,6 +527,13 @@ hal = module
# #
polkit = module polkit = module
# Layer: services
# Module: psad
#
# Analyze iptables log for hostile traffic
#
psad = module
# Layer: system # Layer: system
# Module: hostname # Module: hostname
# #

View File

@ -527,6 +527,13 @@ hal = module
# #
polkit = module polkit = module
# Layer: services
# Module: psad
#
# Analyze iptables log for hostile traffic
#
psad = module
# Layer: system # Layer: system
# Module: hostname # Module: hostname
# #
@ -1329,13 +1336,6 @@ ulogd = module
# #
wine = module wine = module
# Layer: apps
# Module: wm
#
# X windows window manager
#
#wm = module
# Layer: admin # Layer: admin
# Module: tzdata # Module: tzdata
# #
@ -1767,3 +1767,11 @@ pingd = module
# #
# #
milter = module milter = module
# Layer: apps
# Module: wm
#
# X windows window manager
#
wm = module

View File

@ -527,6 +527,13 @@ hal = module
# #
polkit = module polkit = module
# Layer: services
# Module: psad
#
# Analyze iptables log for hostile traffic
#
psad = module
# Layer: system # Layer: system
# Module: hostname # Module: hostname
# #

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.6.3 Version: 3.6.3
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
@ -445,6 +445,9 @@ exit 0
%endif %endif
%changelog %changelog
* Wed Jan 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-4
- Add wm policy
* Tue Jan 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-3 * Tue Jan 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-3
- Fixed for DeviceKit - Fixed for DeviceKit