Skip to content

gentoo/pambase

Repository files navigation

pambase

PAM base configuration files.

This repository contains a small Python script that renders PAM configuration templates for Gentoo Linux.

Dependencies

pambase depends on jinja.

Testing

In order to perform tests, run tox.

Alternatively, you can run tests with Docker:

docker run --rm -it $(docker build -q .)