- Rwho policy
- Fixes for consolekit
This commit is contained in:
parent
e6f3cfbe2d
commit
9fc00bcbda
@ -1144,6 +1144,13 @@ clamav = module
|
|||||||
#
|
#
|
||||||
rsync = module
|
rsync = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: rwho
|
||||||
|
#
|
||||||
|
# who is logged in on local machines
|
||||||
|
#
|
||||||
|
rwho = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: djbdns
|
# Module: djbdns
|
||||||
#
|
#
|
||||||
|
@ -1036,6 +1036,12 @@ rshd = base
|
|||||||
#
|
#
|
||||||
rsync = base
|
rsync = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: rwho
|
||||||
|
#
|
||||||
|
# who is logged in on local machines
|
||||||
|
#
|
||||||
|
rwho = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: sasl
|
# Module: sasl
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.5.12
|
Version: 2.5.12
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -358,6 +358,10 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-4
|
||||||
|
- Rwho policy
|
||||||
|
- Fixes for consolekit
|
||||||
|
|
||||||
* Fri Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-3
|
* Fri Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-3
|
||||||
- fixes for fusefs
|
- fixes for fusefs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user