Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564906
en ru br
ALT Linux repos
S:1.0.1-alt1

Group :: Development/Other
RPM: priv_wrapper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.1-alt1
Build date: 1 june 2023, 17:56 ( 47.3 weeks ago )
Size: 32.69 Kb

Home page:   http://cwrap.org/

License: GPL-3.0-or-later
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.

Current maintainer: Evgeny Sinelnikov

List of contributors

List of rpms provided by this srpm:

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