diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-19 15:42:31 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-08-22 11:51:31 -0700 |
| commit | 5c853fd7317d337ab7dc3b9bfe533a22eb713e1f (patch) | |
| tree | 3c180a63d082d9fe1e8f72371676685faa4abfa7 /CONTRIBUTING.md | |
| parent | d117249a29af31a51ae56f64943635cbc0104cea (diff) | |
Updated documentation and build system for PAM
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1470fa4..7272b10 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,10 @@ these commands when writing your code. ### Building and Testing -As mentioned in `README.md`, running `make` will build the fscrypt executable. -Running `make go` will build each package and run the tests, but just running -`make go` with nothing else will skip the integration tests. +As mentioned in `README.md`, running `make` will build the fscrypt executable +and the PAM module `pam_fscrypt.so`. Running `make go` will build each package +and run the tests, but just running `make go` with nothing else will skip the +integration tests. To run the integration tests, you will need a filesystem that supports encryption. If you already have some empty filesystem at `/foo/bar`, just run: |