Package priv_wrapper: Information

    Source package: priv_wrapper
    Version: 1.0.1-alt1
    Build time:  Jul 30, 2023, 10:35 PM
    Report package bug
    Home page: http://cwrap.org/

    Summary: A library to disable resource limits and other privilege dropping
    Description: 
    priv_wrapper aims to help running processes which are dropping privileges or
    are restricting resources in test environments.
    It can disable chroot, prctl, pledge and setrlmit system calls. A disabled call
    always succeeds (i.e. returns 0) and does nothing.
    The system call pledge exists only on OpenBSD.
    
    To use it, set the following environment variables:
    
    LD_PRELOAD=libpriv_wrapper.so
    PRIV_WRAPPER_CHROOT_DISABLE=1
    
    This package does not have a devel package, because this project is for
    development/testing.

    List of rpms provided by this srpm:
    priv_wrapper (riscv64)
    priv_wrapper-debuginfo (riscv64)

    Maintainer: Evgeny Sinelnikov

    List of contributors:
    Evgeny Sinelnikov

      1. cmake
      2. ctest
      3. libcmocka-devel >= 1.1.0
      4. gcc

    Last changed


    May 29, 2023 Evgeny Sinelnikov 1.0.1-alt1
    - Initial build for Sisyphus.