#!/bin/sh
#########################################################################
#
#    * DO NOT REMOVE *
#-----------------------------------------------------
# PLUGIN_AUTHOR=Michael Boelen <michael@rootkit.nl>
# PLUGIN_CATEGORY=Data
# PLUGIN_DESC=File permissions and ownership
# PLUGIN_NAME=files_permissions
#-----------------------------------------------------
#########################################################################
#
# Check for unowned files
#
# Check for world writable files
#
# Check for world writable directories
#   - Check if world writable directories have sticky bit
#
# Check for files with SUID/SGID bit set

