- Add varnishd policy
This commit is contained in:
parent
724d51e19c
commit
7b6c105887
@ -1449,6 +1449,13 @@ usernetctl = module
|
|||||||
#
|
#
|
||||||
xen = module
|
xen = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: varnishd
|
||||||
|
#
|
||||||
|
# Varnishd http accelerator daemon
|
||||||
|
#
|
||||||
|
varnishd = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: virt
|
# Module: virt
|
||||||
#
|
#
|
||||||
@ -1632,6 +1639,13 @@ portreserve = module
|
|||||||
#
|
#
|
||||||
rpcbind = module
|
rpcbind = module
|
||||||
|
|
||||||
|
# Layer: apps
|
||||||
|
# Module: rssh
|
||||||
|
#
|
||||||
|
# Restricted (scp/sftp) only shell
|
||||||
|
#
|
||||||
|
rssh = module
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: vmware
|
# Module: vmware
|
||||||
#
|
#
|
||||||
|
@ -14979,8 +14979,13 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/pol
|
|||||||
/var/log/kadmin(d)?\.log gen_context(system_u:object_r:kadmind_log_t,s0)
|
/var/log/kadmin(d)?\.log gen_context(system_u:object_r:kadmind_log_t,s0)
|
||||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/kerberos.if serefpolicy-3.6.12/policy/modules/services/kerberos.if
|
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/kerberos.if serefpolicy-3.6.12/policy/modules/services/kerberos.if
|
||||||
--- nsaserefpolicy/policy/modules/services/kerberos.if 2009-01-19 11:07:34.000000000 -0500
|
--- nsaserefpolicy/policy/modules/services/kerberos.if 2009-01-19 11:07:34.000000000 -0500
|
||||||
+++ serefpolicy-3.6.12/policy/modules/services/kerberos.if 2009-05-18 13:00:14.000000000 -0400
|
+++ serefpolicy-3.6.12/policy/modules/services/kerberos.if 2009-05-18 14:48:49.000000000 -0400
|
||||||
@@ -128,6 +128,7 @@
|
@@ -124,10 +124,12 @@
|
||||||
|
interface(`kerberos_read_config',`
|
||||||
|
gen_require(`
|
||||||
|
type krb5_conf_t;
|
||||||
|
+ type krb5_home_t;
|
||||||
|
')
|
||||||
|
|
||||||
files_search_etc($1)
|
files_search_etc($1)
|
||||||
allow $1 krb5_conf_t:file read_file_perms;
|
allow $1 krb5_conf_t:file read_file_perms;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.12
|
Version: 3.6.12
|
||||||
Release: 37%{?dist}
|
Release: 38%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -473,6 +473,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-38
|
||||||
|
- Add varnishd policy
|
||||||
|
|
||||||
* Thu May 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-37
|
* Thu May 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-37
|
||||||
- Fixes for kpropd
|
- Fixes for kpropd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user