aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/README.md
blob: 3527730e010cc6043be9b7f52bc2a289cdb5ab54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                            

         


                                                                    
                     
 

             


                                         
                                     







                                  
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