Deleted Added
full compact
devfs.rules (201522) devfs.rules (225587)
1#
2# The following are some default rules for devfs(5) mounts.
3# The format is very simple. Empty lines and lines beginning
4# with a hash '#' are ignored. If the hash mark occurs anywhere
5# other than the beginning of a line, it and any subsequent
6# characters will be ignored. A line in between brackets '[]'
7# denotes the beginning of a ruleset. In the brackets should
8# be a name for the rule and its ruleset number. Any other lines
9# will be considered to be the 'action' part of a rule
10# passed to the devfs(8) command. These will be passed
11# "as-is" to the devfs(8) command with the exception that
12# any references to other rulesets will be expanded first. These
13# references must include a dollar sign '$' in front of the
14# name to be expanded properly.
15#
1#
2# The following are some default rules for devfs(5) mounts.
3# The format is very simple. Empty lines and lines beginning
4# with a hash '#' are ignored. If the hash mark occurs anywhere
5# other than the beginning of a line, it and any subsequent
6# characters will be ignored. A line in between brackets '[]'
7# denotes the beginning of a ruleset. In the brackets should
8# be a name for the rule and its ruleset number. Any other lines
9# will be considered to be the 'action' part of a rule
10# passed to the devfs(8) command. These will be passed
11# "as-is" to the devfs(8) command with the exception that
12# any references to other rulesets will be expanded first. These
13# references must include a dollar sign '$' in front of the
14# name to be expanded properly.
15#
16# $FreeBSD: head/etc/defaults/devfs.rules 201522 2010-01-04 18:21:27Z jhb $
16# $FreeBSD: head/etc/defaults/devfs.rules 225587 2011-09-15 13:32:43Z jh $
17#
18
19# Very basic and secure ruleset: Hide everything.
20# Used as a basis for other rules.
21#
22[devfsrules_hide_all=1]
23add hide
24
25# Basic devices typically necessary.
26# Requires: devfsrules_hide_all
27#
28[devfsrules_unhide_basic=2]
17#
18
19# Very basic and secure ruleset: Hide everything.
20# Used as a basis for other rules.
21#
22[devfsrules_hide_all=1]
23add hide
24
25# Basic devices typically necessary.
26# Requires: devfsrules_hide_all
27#
28[devfsrules_unhide_basic=2]
29add path log unhide
29add path null unhide
30add path zero unhide
31add path crypto unhide
32add path random unhide
33add path urandom unhide
34
35# Devices typically needed to support logged-in users.
36# Requires: devfsrules_hide_all

--- 49 unchanged lines hidden ---
30add path null unhide
31add path zero unhide
32add path crypto unhide
33add path random unhide
34add path urandom unhide
35
36# Devices typically needed to support logged-in users.
37# Requires: devfsrules_hide_all

--- 49 unchanged lines hidden ---