aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 3527730e010cc6043be9b7f52bc2a289cdb5ab54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
audit-scripts
=============

Scripts to run quick audits.

bad-attrs
---------

Find files with the immutable (`+i`) or append-only (`+a`) flag set.

    ./src/bad-attrs /

writable-dirs
-------------

Which directories are writable by a user?

    ./src/writable-dirs -u USERNAME /

License
-------

Distributed under the MIT License.
See [LICENSE.txt] for details.

[LICENSE.txt]: LICENSE.txt