Bart Demo (3 Minutes)
Description
This demo introduces Bart, a simple to use auditing tool.
OpenSolaris Versions Supported
2008.05 or newer
Points to Hit
- Bart is very easy to use.
- Using bart you can make your system more secure because you know when config files etc. get modified.
Demo Prep
None.
Gotchas
None known.
Demo
- Run pfexec bart create -R /etc > /tmp/manifest1.
- Run pfexec touch /etc/newfile.txt.
- Run pfexec chmod 777 /etc/passwd.
- Run pfexec bart create -R /etc > /tmp/manifest2.
- Run bart compare /tmp/manifest1 /tmp/manifest2. Explain what just happened.
Demo Cleanup
Delete /tmp/manifest1 and /tmp/manifest2. Change access rights of /etc/passwd to 644. Delete /etc/newfile.txt.