#!/bin/sh

# /etc/X11/xenodm/TakeConsole, fbtab(5)
if [ -c /dev/drm0 ]; then
    /sbin/chown root /dev/drm0
fi
if [ -c /dev/drmR128 ]; then
    /sbin/chown root /dev/drmR128
fi

exit 0
