#!/bin/sh
#
# Xreset
#
# This program is run as root after the session terminates but
# before the display is closed
#
#
#       Prevent others access to multi media devices
#	O no we want it back
#
chmod 600 /dev/audio /dev/hdsp/* /dev/video /dev/vid /dev/dmrb 
chown root /dev/audio /dev/hdsp/* /dev/video /dev/vid /dev/dmrb 

