Name: chrootuid Version: 1.3 Release: 1%{?dist} Summary: This tool offers su and chroot fuctionaltity in one program Group: Applications/System License: BSD URL: ftp://ftp.porcupine.org/pub/security/index.html Source0: ftp://ftp.porcupine.org/pub/security/chrootuid1.3.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) #BuildRequires: #Requires: %description Chrootuid makes it easy to run a network service at low privilege level and with restricted file system access. At Eindhoven University we use this program to run the gopher and www (world-wide web) network daemons in a minimal environment: the daemons have access only to their own directory tree, and run under a low-privileged userid. The arrangement greatly reduces the impact of possible loopholes in daemon software. %prep %setup -q -n chrootuid1.3 %build make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_mandir}/ %{buildroot}/%{_bindir}/ cp chrootuid.1 %{buildroot}/%{_mandir}/ cp chrootuid %{buildroot}/%{_bindir}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/chrootuid %doc %{_mandir}/chrootuid.1 %changelog * Mon Aug 24 2009 Jens Kühnel - 1.3-1 - initial build for Fedora