- Allow execution of cvs command
This commit is contained in:
parent
a52275425c
commit
539ba8aee6
@ -986,3 +986,10 @@ logwatch = base
|
|||||||
# Policy for setrans
|
# Policy for setrans
|
||||||
#
|
#
|
||||||
setrans = base
|
setrans = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: openvpn
|
||||||
|
#
|
||||||
|
# Policy for OPENVPN full-featured SSL VPN solution
|
||||||
|
#
|
||||||
|
openvpn = base
|
||||||
|
@ -1270,3 +1270,9 @@ rlogin = module
|
|||||||
#
|
#
|
||||||
setrans = base
|
setrans = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: openvpn
|
||||||
|
#
|
||||||
|
# Policy for OPENVPN full-featured SSL VPN solution
|
||||||
|
#
|
||||||
|
openvpn = base
|
||||||
|
@ -1072,3 +1072,10 @@ clamav = module
|
|||||||
#
|
#
|
||||||
setrans = base
|
setrans = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: openvpn
|
||||||
|
#
|
||||||
|
# Policy for OPENVPN full-featured SSL VPN solution
|
||||||
|
#
|
||||||
|
openvpn = base
|
||||||
|
|
||||||
|
@ -115,8 +115,7 @@ te_libfile2="""
|
|||||||
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:file create_file_perms;
|
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:file create_file_perms;
|
||||||
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:sock_file create_file_perms;
|
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:sock_file create_file_perms;
|
||||||
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:dir create_dir_perms;
|
allow TEMPLATETYPE_t TEMPLATETYPE_var_lib_t:dir create_dir_perms;
|
||||||
files_var_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t,{ file dir sock_file })
|
files_var_lib_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t, { file dir sock_file })
|
||||||
files_var_lib_filetrans(TEMPLATETYPE_t,TEMPLATETYPE_var_lib_t)
|
|
||||||
"""
|
"""
|
||||||
te_network2="""
|
te_network2="""
|
||||||
## Networking basics (adjust to your needs!)
|
## Networking basics (adjust to your needs!)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.2.38
|
Version: 2.2.38
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -335,6 +335,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-2
|
||||||
|
- Allow execution of cvs command
|
||||||
|
|
||||||
* Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
|
* Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user