aboutsummaryrefslogtreecommitdiff
blob: 59f4ecd94fb83c4b34244d4134453d1442377ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# pambase

[PAM](https://wiki.gentoo.org/wiki/PAM) base configuration files.

This repository contains a small [Python](https://wiki.gentoo.org/wiki/Python) script that renders `PAM` configuration templates for [Gentoo Linux](https://www.gentoo.org).

## Dependencies

`pambase` depends on [jinja](https://packages.gentoo.org/packages/dev-python/jinja).

## Testing

In order to perform tests, run [tox](https://packages.gentoo.org/packages/dev-python/tox).

Alternatively, you can run tests with [Docker](https://wiki.gentoo.org/wiki/Docker):
```sh
docker run --rm -it $(docker build -q .)
```