Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37043129
en ru br
ALT Linux repos
S:1.3-alt2.qa1
5.0: 1.3-alt2
4.1: 1.3-alt2
4.0: 1.3-alt2
3.0: 1.3-alt2

Group :: System/Base
RPM: chrootuid

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: chrootuid,v 1.2 2002/12/11 13:54:13 ab Exp $

Name: chrootuid
Version: 1.3
Release: alt2.qa1

Summary: Chrootuid is a tool to one-step chroot and drop privilleges operation
License: Distributable
Group: System/Base
Url: ftp://ftp.porcupine.org/pub/security
Packager: Alexander V. Nikolaev <avn at altlinux.org>

Source: %name-%version.tar.gz
Patch0: %name-1.3-alt.patch

%description
Chrootuid makes it easy to run a network service at low privilege
level and with restricted file system access.  The daemons have access only
to their own directory tree, and run under a low-privileged userid.

%prep
%setup -q
%patch0 -p1 -b .alt

%build
make clean
%make_build

%install
%__mkdir -p %buildroot/{%_bindir,%_man1dir}
install -m 755 chrootuid %buildroot%_bindir
install chrootuid.1 %buildroot%_man1dir
%files
%_bindir/*
%_man1dir/*
%doc README* *license

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin