Add pts/pty to the un-hidden devices for logins. This un-breaks

logins to jailed environments when the system is using PTS style
ptys (kern.pts.enable=1).

Discussed with:	rwatson
MFc after:	1 week
This commit is contained in:
Christian S.J. Peron 2007-10-12 14:55:41 +00:00
parent fefc6803cf
commit 4c5ada1230
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172579

View File

@ -52,6 +52,8 @@ add path 'ttyP*' unhide
add path 'ttyQ*' unhide
add path 'ttyR*' unhide
add path 'ttyS*' unhide
add path 'pts/*' unhide
add path 'pty/*' unhide
add path fd unhide
add path 'fd/*' unhide
add path stdin unhide