blob: 3527730e010cc6043be9b7f52bc2a289cdb5ab54 (
plain) (
tree)
|
|
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
|