- Remove duplicate declaration
This commit is contained in:
parent
05f913e88b
commit
b63541e55b
@ -28282,16 +28282,19 @@ index 333a1fe..d1cf513 100644
|
||||
type portmap_tmp_t;
|
||||
files_tmp_file(portmap_tmp_t)
|
||||
diff --git a/policy/modules/services/portreserve.fc b/policy/modules/services/portreserve.fc
|
||||
index 4313a6f..4995571 100644
|
||||
index 4313a6f..1d9fa76 100644
|
||||
--- a/policy/modules/services/portreserve.fc
|
||||
+++ b/policy/modules/services/portreserve.fc
|
||||
@@ -1,3 +1,6 @@
|
||||
+
|
||||
@@ -1,6 +1,7 @@
|
||||
-/etc/portreserve(/.*)? gen_context(system_u:object_r:portreserve_etc_t,s0)
|
||||
|
||||
-/etc/rc\.d/init\.d/portreserve -- gen_context(system_u:object_r:portreserve_initrc_exec_t,s0)
|
||||
+/etc/rc\.d/init\.d/portreserve -- gen_context(system_u:object_r:portreserve_initrc_exec_t,s0)
|
||||
+
|
||||
/etc/portreserve(/.*)? gen_context(system_u:object_r:portreserve_etc_t,s0)
|
||||
+/etc/portreserve(/.*)? gen_context(system_u:object_r:portreserve_etc_t,s0)
|
||||
|
||||
/sbin/portreserve -- gen_context(system_u:object_r:portreserve_exec_t,s0)
|
||||
|
||||
/etc/rc\.d/init\.d/portreserve -- gen_context(system_u:object_r:portreserve_initrc_exec_t,s0)
|
||||
diff --git a/policy/modules/services/postfix.fc b/policy/modules/services/postfix.fc
|
||||
index 55e62d2..c114a40 100644
|
||||
--- a/policy/modules/services/postfix.fc
|
||||
|
@ -21,7 +21,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.9.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -471,6 +471,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-2
|
||||
- Remove duplicate declaration
|
||||
|
||||
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-1
|
||||
- Update to upstream
|
||||
- Cleanup for sandbox
|
||||
|
Loading…
Reference in New Issue
Block a user