Package uid_wrapper: Information

  • Default inline alert: Version in the repository: 1.3.0-alt3

Source package: uid_wrapper
Version: 1.3.0-alt2
Latest version according to Repology
Build time:  Mar 24, 2023, 04:08 AM in the task #317346
Report package bug
Home page: http://cwrap.org

License: GPLv3+
Summary: A wrapper for privilege separation
Description: 
Some projects like a file server need privilege separation to be able to switch
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 between UIDs and GIDs as needed.

To use it set the following environment variables:

LD_PRELOAD=libuid_wrapper.so
UID_WRAPPER=1

This package doesn't have a devel package cause this project is for
development/testing.

List of rpms provided by this srpm:
uid_wrapper (x86_64, ppc64le, i586, armh, aarch64)
uid_wrapper-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Evgeny Sinelnikov


ACL:
Stanislav Levin
@everybody

    1. cmake
    2. ctest
    3. libcmocka-devel

Last changed


March 24, 2023 Evgeny Sinelnikov 1.3.0-alt2
- Skip test_syscall_swrap for arm archicture
March 24, 2023 Evgeny Sinelnikov 1.3.0-alt1
- Added support to interact with socket_wrapper syscall()
- Fixed deadlocks with threads
- Improved log output
Feb. 27, 2022 Evgeny Sinelnikov 1.2.9-alt1
- Update to latest release with support for getgroups_chk()