rpms/audit/devel audit-1.7.5-policy.patch, NONE, 1.1 audit.spec, 1.181, 1.182

Steve Grubb sgrubb at fedoraproject.org
Sun Aug 31 16:55:19 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25616

Modified Files:
	audit.spec 
Added Files:
	audit-1.7.5-policy.patch 
Log Message:
fix zos selinux policy file


audit-1.7.5-policy.patch:

--- NEW FILE audit-1.7.5-policy.patch ---
diff -urp audit-1.7.5.orig/audisp/plugins/zos-remote/policy/audispd-zos-remote.te audit-1.7.5/audisp/plugins/zos-remote/policy/audispd-zos-remote.te
--- audit-1.7.5.orig/audisp/plugins/zos-remote/policy/audispd-zos-remote.te	2008-08-31 12:42:58.000000000 -0400
+++ audit-1.7.5/audisp/plugins/zos-remote/policy/audispd-zos-remote.te	2008-08-31 12:43:24.000000000 -0400
@@ -10,7 +10,7 @@ type zos_remote_exec_t;
 
 ## use below if selinux-policy_devel > 3:
 ## zos_remote_application_domain(zos_remote_t, zos_remote_exec_t)
-logging_audisp_system_domain(zos_remote_t, zos_remote_exec_t)
+## logging_audisp_system_domain(zos_remote_t, zos_remote_exec_t)
 
 ## use below for RHEL5 series:
 init_system_domain(zos_remote_t, zos_remote_exec_t)


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- audit.spec	25 Aug 2008 21:24:14 -0000	1.181
+++ audit.spec	31 Aug 2008 16:54:48 -0000	1.182
@@ -12,6 +12,7 @@
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
+Patch1: audit-1.7.5-policy.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -95,6 +96,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 mkdir zos-remote-policy
 cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy
 




More information about the fedora-extras-commits mailing list