mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
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
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devfs
|
|
SRCS= devfs.c rule.c
|
|
MAN= devfs.8
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|