#!/bin/sh
# $Id: consolehelper.control,v 1.1 2002/10/17 15:40:04 ldv Exp $

. /etc/control.d/functions

BINARY=/usr/lib/consolehelper/priv/auth

new_fmode public 4711 root root
new_fmode wheelonly 4710 root wheel
new_fmode restricted 700 root root

control_fmode "$BINARY" "$*" || exit 1
