soapbox/soapbox.spec

Name: soapbox
Summary: Library to restrict processes from tampering with directories/files
Version: 0.3.1
Release: 1.2
License: GPL
Group: System Environment/Libraries
URL: http://dag.wieers.com/home-made/soapbox/
Description: Soapbox allows to restrict specific processes to write only to those places you want files to be changed. Read-access however is still based on file-permissions.

By preloading the Soapbox library, you can run programs as root and still be safe that they don't mess up your system.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$

# Authority: dag

%define _libdir /lib

Summary: Library to restrict processes from tampering with directories/files
Name: soapbox
Version: 0.3.1
Release: 1.2%{?dist}
License: GPL
Group: System Environment/Libraries
URL: http://dag.wieers.com/home-made/soapbox/

Source: http://dag.wieers.com/home-made/soapbox/soapbox-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
Soapbox allows to restrict specific processes to write only to those
places you want files to be changed. Read-access however is still
based on file-permissions.

By preloading the Soapbox library, you can run programs as root and
still be safe that they don't mess up your system.

%prep
%setup

%build
%{__make} %{?_smp_mflags} clean all

%install
%{__rm} -rf %{buildroot}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS ChangeLog COPYING COPYRIGHT README THANKS TODO
%{_libdir}/*
%{_bindir}/*

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.1-1.2
- Rebuild for Fedora Core 5.

* Thu Jul 31 2003 Dag Wieers <dag@wieers.com> - 0.3.1-0
- Updated to release 0.3.1.

* Thu Jun 05 2003 Dag Wieers <dag@wieers.com> - 0.3.0-0
- Updated to release 0.3.0.

* Mon Apr 21 2003 Dag Wieers <dag@wieers.com> - 0.2.1-0
- Updated to release 0.2.1.

* Sat Apr 19 2003 Dag Wieers <dag@wieers.com> - 0.2.0-0
- Updated to release 0.2.0.

* Wed Mar 26 2003 Dag Wieers <dag@wieers.com> - 0.1.2-0
- Updated to release 0.1.2.

* Tue Mar 25 2003 Dag Wieers <dag@wieers.com> - 0.1.1-0
- Updated to release 0.1.1.

* Sun Mar 23 2003 Dag Wieers <dag@wieers.com> - 0.1.0-0
- Updated to release 0.1.0.

* Tue Mar 18 2003 Dag Wieers <dag@wieers.com> - 0.0.12-0
- Updated to release 0.0.12.

* Mon Mar 17 2003 Dag Wieers <dag@wieers.com> - 0.0.11-0
- Updated to release 0.0.11.

* Sun Mar 16 2003 Dag Wieers <dag@wieers.com> - 0.0.10-0
- Updated to release 0.0.10.

* Sat Mar 15 2003 Dag Wieers <dag@wieers.com> - 0.0.7-0
- Updated to release 0.0.7.

* Fri Mar 14 2003 Dag Wieers <dag@wieers.com> - 0.0.3-0
- Initial package. (using DAR)