- Fix cron jobs to run under the correct context

This commit is contained in:
Daniel J Walsh 2006-09-21 23:05:49 +00:00
parent cc9afdc096
commit 5ec822a112
5 changed files with 16 additions and 10 deletions

View File

@ -993,3 +993,11 @@ setrans = base
# Policy for OPENVPN full-featured SSL VPN solution
#
openvpn = base
# Layer: services
# Module: smartmon
#
# Smart disk monitoring daemon policy
#
smartmon = base

View File

@ -629,13 +629,6 @@ nscd = base
#
ppp = base
# Layer: services
# Module: smartmon
#
# Smart disk monitoring daemon policy
#
smartmon = off
# Layer: services
# Module: ftp
#

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.3.14
Release: 6
Release: 7
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -349,10 +349,13 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Mon Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-6
* Wed Sep 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-7
- Fix cron jobs to run under the correct context
* Tue Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-6
- Fixes to make pppd work
* Mon Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-4
* Mon Sep 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-4
- Multiple policy fixes
- Change max categories to 1023

View File

@ -1,2 +1,3 @@
root:root:s0-s0:c0.c1023
system_u:system_u:s0-s0:c0.c1023
__default__:user_u:s0

View File

@ -1,2 +1,3 @@
root:root:s0-s0:c0.c1023
system_u:system_u:s0-s0:c0.c1023
__default__:user_u:s0