Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2016 00:11:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-jail@FreeBSD.org
Subject:   [Bug 202268] [jail] able to log in as root without typing the password.FreeBSD 10.1-RELEASE #0 r274401
Message-ID:  <bug-202268-9824-z3pnKJHxTb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202268-9824@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202268-9824@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202268

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie@FreeBSD.org

--- Comment #6 from Jamie Gritton <jamie@FreeBSD.org> ---
This behavior seems normal and expected to me.  I also tried repeatedly
pressing ctrl-\ during a no-jails boot, and it gave me the single-user shell
prompt.  So this isn't just a jail situation.

A simple glance at /etc/rc shows it's the desired behavior; look at the
beginning of /etc/rc:

| # Set shell to ignore SIGINT (2), but not children;
| # shell catches SIGQUIT (3) and returns to single user.
| #
| trap : 2
| trap "echo 'Boot interrupted'; exit 1" 3

So not only is this just what the trap command did, it's exactly what the
comment said it would do, as noted in base r130161.

Am I missing something, or should I just close this?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202268-9824-z3pnKJHxTb>