parent
8659d93e56
commit
19528e5f35
@ -1,8 +1,8 @@
|
||||
Name: uid_wrapper
|
||||
Version: 1.0.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: A wrapper for privilege seperation
|
||||
Summary: A wrapper for privilege separation
|
||||
License: GPLv3+
|
||||
Url: http://cwrap.org/
|
||||
|
||||
@ -13,9 +13,9 @@ BuildRequires: libcmocka-devel
|
||||
|
||||
%description
|
||||
Some projects like a file server need privilege separation to be able to switch
|
||||
to the connnection user and do file operations. uid_wrapper convincingly lies
|
||||
to the connection user and do file operations. uid_wrapper convincingly lies
|
||||
to the application letting it believe it is operating as root and even
|
||||
switching betwen uids and gids as needed.
|
||||
switching between UIDs and GIDs as needed.
|
||||
|
||||
To use it set the following environment variables:
|
||||
|
||||
@ -64,6 +64,10 @@ popd
|
||||
%{_libdir}/pkgconfig/uid_wrapper.pc
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2014 - Andreas Schneider <asn@redhat.com> - 1.0.1-3
|
||||
- Fix some typos.
|
||||
- resolves: #1060910 - Fedora import
|
||||
|
||||
* Tue Feb 11 2014 - Andreas Schneider <asn@redhat.com> - 1.0.1-2
|
||||
- Remove Group
|
||||
- Remove glibc-devel build requirement
|
||||
|
Loading…
Reference in New Issue
Block a user