OpenStack library for rootwrap
Go to file
Hervé Beraud b1122e81ab Adding pre-commit
Introduced changes:
- pre-commit config and rules
- Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
- Applying fixes for pre-commit compliance in all code.

Also commit hash will be used instead of version tags in pre-commit to
prevend arbitrary code from running in developer's machines.

pre-commit will be used to:
- trailing whitespace;
- Replaces or checks mixed line ending (mixed-line-ending);
- Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
- Checks that non-binary executables have a proper
  shebang (check-executables-have-shebangs);
- Check for files that contain merge conflict strings (check-merge-conflict);
- Check for debugger imports and py37+ breakpoint()
  calls in python source (debug-statements);
- Attempts to load all yaml files to verify syntax (check-yaml);
- Run flake8 checks (flake8) (local)

For further details about tests please refer to:
https://github.com/pre-commit/pre-commit-hooks

Change-Id: I04e73b8a70d32fec3e6131526e0bed0be8599c28
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-03 14:20:33 +02:00
benchmark Stop to use the __future__ module. 2020-06-02 20:40:20 +02:00
doc Adding pre-commit 2020-09-03 14:20:33 +02:00
etc Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
oslo_rootwrap Stop to use the __future__ module. 2020-06-02 20:40:20 +02:00
releasenotes Adding pre-commit 2020-09-03 14:20:33 +02:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:12 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:43 +00:00
.pre-commit-config.yaml Adding pre-commit 2020-09-03 14:20:33 +02:00
.stestr.conf Switch to stestr 2018-07-03 16:00:44 +07:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-14 10:17:02 +00:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:29:28 +02:00
LICENSE Add standalone project packaging support files 2013-11-21 16:25:23 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 19:10:25 +08:00
lower-constraints.txt [goal] Migrate testing to ubuntu focal 2020-08-04 00:34:05 +00:00
requirements.txt Updated from global requirements 2017-11-16 11:21:52 +00:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:13 -05:00
setup.py remove outdated header 2020-02-10 18:35:20 +01:00
test-requirements.txt Adding pre-commit 2020-09-03 14:20:33 +02:00
tox.ini Adding pre-commit 2020-09-03 14:20:33 +02:00

README.rst

Team and repository tags

image

oslo.rootwrap -- Escalated Permission Control

Latest Version

Downloads

oslo.rootwrap allows fine-grained filtering of shell commands to run as root from OpenStack services.