An open API service indexing awesome lists of open source software.

https://github.com/cptpcrd/pyprctl

An interface to Linux's prctl() system call (and Linux capabilities in general) written in pure Python using ctypes.
https://github.com/cptpcrd/pyprctl

Last synced: 5 months ago
JSON representation

An interface to Linux's prctl() system call (and Linux capabilities in general) written in pure Python using ctypes.

Awesome Lists containing this project

README

          

# pyprctl

[![PyPI](https://img.shields.io/pypi/v/pyprctl)](https://pypi.org/project/pyprctl)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyprctl)](https://pypi.org/project/pyprctl)
[![Documentation Status](https://readthedocs.org/projects/pyprctl/badge/?version=latest)](https://pyprctl.readthedocs.io/en/latest/?badge=latest)
[![GitHub Actions](https://github.com/cptpcrd/pyprctl/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/cptpcrd/pyprctl/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![codecov](https://codecov.io/gh/cptpcrd/pyprctl/branch/master/graph/badge.svg)](https://codecov.io/gh/cptpcrd/pyprctl)

An interface to Linux's prctl() system call (and Linux capabilities in general) written in pure Python using ctypes.

[Documentation](https://pyprctl.readthedocs.io/en/latest/)