dd 9498a983a9 Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
administrator to define certain properties of new devfs nodes before
they become visible to the userland.  Both static (e.g., /dev/speaker)
and dynamic (e.g., /dev/bpf*, some removable devices) nodes are
supported.  Each DEVFS mount may have a different ruleset assigned to
it, permitting different policies to be implemented for things like
jails.

Approved by:	phk
2002-07-17 01:46:48 +00:00

9 lines
93 B
Makefile

# $FreeBSD$
PROG= devfs
SRCS= devfs.c rule.c
MAN= devfs.8
WARNS?= 4
.include <bsd.prog.mk>