summaryrefslogtreecommitdiffstats
path: root/sbin/devfs/rule.c
Commit message (Collapse)AuthorAgeFilesLines
* Nuke whitespace at EOL.dd2002-07-281-1/+1
|
* What we're actually passing around is an ioctl request, not a command,dd2002-07-281-3/+3
| | | | and it's an unsigned long, not an int.
* Implement this (quoted from the updated man page): If the first tokendd2002-07-281-8/+63
| | | | | of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ignored.
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+419
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
OpenPOWER on IntegriCloud