Deleted Added
full compact
devfs.rules (225587) devfs.rules (233048)
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 225587 2011-09-15 13:32:43Z jh $
16# $FreeBSD: head/etc/defaults/devfs.rules 233048 2012-03-16 21:30:26Z mm $
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

--- 54 unchanged lines hidden (view full) ---

79add path stderr unhide
80
81# Devices usually found in a jail.
82#
83[devfsrules_jail=4]
84add include $devfsrules_hide_all
85add include $devfsrules_unhide_basic
86add include $devfsrules_unhide_login
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

--- 54 unchanged lines hidden (view full) ---

79add path stderr unhide
80
81# Devices usually found in a jail.
82#
83[devfsrules_jail=4]
84add include $devfsrules_hide_all
85add include $devfsrules_unhide_basic
86add include $devfsrules_unhide_login
87add path zfs unhide