SPECS: systrace.spec (NEW) - new

arekm arekm at pld-linux.org
Sat Sep 30 23:39:40 CEST 2006


Author: arekm                        Date: Sat Sep 30 21:39:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   systrace.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/systrace.spec
diff -u /dev/null SPECS/systrace.spec:1.1
--- /dev/null	Sat Sep 30 23:39:40 2006
+++ SPECS/systrace.spec	Sat Sep 30 23:39:35 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Interactive Policy Generation for System Calls
+Name:		systrace
+Version:	1.6d
+Release:	1
+License:	BSD-like
+Group:		Applications
+Source0:	http://www.citi.umich.edu/u/provos/systrace/%{name}-%{version}.tar.gz
+# Source0-md5:	91f2287a22e22ae1585c33c1f26b74dd
+URL:		http://www.citi.umich.edu/u/provos/systrace/
+BuildRequires:	libevent-devel
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Systrace enforces system call policies for applications by
+constraining the application's access to the system. The policy is
+generated interactively. Operations not covered by the policy raise an
+alarm, allowing an user to refine the currently configured policy.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/dnstracer
+%{_mandir}/man8/dnstracer.8*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/09/30 21:39:35  arekm
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list