- Fix cron jobs to run under the correct context
This commit is contained in:
parent
cc9afdc096
commit
5ec822a112
@ -993,3 +993,11 @@ setrans = base
|
|||||||
# Policy for OPENVPN full-featured SSL VPN solution
|
# Policy for OPENVPN full-featured SSL VPN solution
|
||||||
#
|
#
|
||||||
openvpn = base
|
openvpn = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: smartmon
|
||||||
|
#
|
||||||
|
# Smart disk monitoring daemon policy
|
||||||
|
#
|
||||||
|
smartmon = base
|
||||||
|
|
||||||
|
@ -629,13 +629,6 @@ nscd = base
|
|||||||
#
|
#
|
||||||
ppp = base
|
ppp = base
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: smartmon
|
|
||||||
#
|
|
||||||
# Smart disk monitoring daemon policy
|
|
||||||
#
|
|
||||||
smartmon = off
|
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: ftp
|
# Module: ftp
|
||||||
#
|
#
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.3.14
|
Version: 2.3.14
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
- Multiple policy fixes
|
||||||
- Change max categories to 1023
|
- Change max categories to 1023
|
||||||
|
|
||||||
|
1
seusers
1
seusers
@ -1,2 +1,3 @@
|
|||||||
root:root:s0-s0:c0.c1023
|
root:root:s0-s0:c0.c1023
|
||||||
|
system_u:system_u:s0-s0:c0.c1023
|
||||||
__default__:user_u:s0
|
__default__:user_u:s0
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
root:root:s0-s0:c0.c1023
|
root:root:s0-s0:c0.c1023
|
||||||
|
system_u:system_u:s0-s0:c0.c1023
|
||||||
__default__:user_u:s0
|
__default__:user_u:s0
|
||||||
|
Loading…
Reference in New Issue
Block a user