Deleted Added
full compact
devfs.rules (172579) devfs.rules (181905)
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 172579 2007-10-12 14:55:41Z csjp $
16# $FreeBSD: head/etc/defaults/devfs.rules 181905 2008-08-20 08:31:58Z ed $
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

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

47add path 'ttyp*' unhide
48add path 'ttyq*' unhide
49add path 'ttyr*' unhide
50add path 'ttys*' unhide
51add path 'ttyP*' unhide
52add path 'ttyQ*' unhide
53add path 'ttyR*' unhide
54add path 'ttyS*' unhide
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

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

47add path 'ttyp*' unhide
48add path 'ttyq*' unhide
49add path 'ttyr*' unhide
50add path 'ttys*' unhide
51add path 'ttyP*' unhide
52add path 'ttyQ*' unhide
53add path 'ttyR*' unhide
54add path 'ttyS*' unhide
55add path ptmx unhide
56add path pts unhide
55add path 'pts/*' unhide
57add path 'pts/*' unhide
56add path 'pty/*' unhide
57add path fd unhide
58add path 'fd/*' unhide
59add path stdin unhide
60add path stdout unhide
61add path stderr unhide
62
63# Devices usually found in a jail.
64#
65[devfsrules_jail=4]
66add include $devfsrules_hide_all
67add include $devfsrules_unhide_basic
68add include $devfsrules_unhide_login
58add path fd unhide
59add path 'fd/*' unhide
60add path stdin unhide
61add path stdout unhide
62add path stderr unhide
63
64# Devices usually found in a jail.
65#
66[devfsrules_jail=4]
67add include $devfsrules_hide_all
68add include $devfsrules_unhide_basic
69add include $devfsrules_unhide_login