From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHLa1-0000Sc-5i for mharc-grub-devel@gnu.org; Sun, 06 Dec 2009 13:11:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHLZx-0000PY-GG for grub-devel@gnu.org; Sun, 06 Dec 2009 13:11:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHLZs-0000KF-L6 for grub-devel@gnu.org; Sun, 06 Dec 2009 13:11:29 -0500 Received: from [199.232.76.173] (port=47797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHLZs-0000K7-Ax for grub-devel@gnu.org; Sun, 06 Dec 2009 13:11:24 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:28057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHLZr-0003pX-WE for grub-devel@gnu.org; Sun, 06 Dec 2009 13:11:24 -0500 Received: by fg-out-1718.google.com with SMTP id 19so401646fgg.12 for ; Sun, 06 Dec 2009 10:11:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:x-enigmail-version :content-type; bh=M43fitcHDeEdwanAFj7+yh0BOLGxUKuaye6LDM5ohAA=; b=aU0ar7EvwbGfdbvhvOupQoaerLBbAp2dtyUaKAEpL5SaiXkdaTVW234953U6Xn38YU 357She915sUwwtNWlIjX6oTMT4YBbbmgfLtz51gVoIatJDXbrly3pmD4uLRn9sW5PfMb 7CeShPJf4Z1VpdKyAbqcs5j2O1fnxujHswJOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type; b=SNwrQ8OgE6Rcw8PN7mHx+51PwPGhN6FE/k1L/NBNXuQEorzuqYXOtHb59WgGcPRRoQ X0F4FuHASL7dESvLiHXR6PAGmTNN3Vx2iBm6iXyhdWXB2xbuh5OKoEWIDOiw83/O1ShH 4X4pURHU9oy2lEzzAiTuDfrw8ApgX9uKmAdRc= Received: by 10.87.68.28 with SMTP id v28mr4753874fgk.38.1260123081650; Sun, 06 Dec 2009 10:11:21 -0800 (PST) Received: from debian.bg45.phnet ([81.62.189.176]) by mx.google.com with ESMTPS id e3sm26998376fga.1.2009.12.06.10.11.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 06 Dec 2009 10:11:20 -0800 (PST) Message-ID: <4B1BF3BF.9010900@gmail.com> Date: Sun, 06 Dec 2009 19:11:11 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GRUB 2 X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigB29D4C7CE265D7421F342520" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Cc: Colin Watson Subject: meaning of absent --users prameters. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2009 18:11:30 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB29D4C7CE265D7421F342520 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello. Currently authentication system works as following: menuentry "name" --users "a,b,c" { } Means that only superusers and users "a", "b" and "c" are permitted to boot this menuentry. To allow only superusers to boot an entry one would need: menuentry "name" --users "" { } And absence of --users means "anyone can choose this entry". Unfortunately this is error-prone. Does anyone oppose to change it to: No --users: only superusers To have an unlocked entry you have to add --unlocked --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigB29D4C7CE265D7421F342520 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAksb88cACgkQNak7dOguQgm9LwD7BvCXGjLTaHrBXCMWUPtL7+S+ skXkkhoO2fACh72b66wA/jFtnOweIxkGXXyWfdtKIMoxpK8RBlKT9eGovLMPLZqi =2URz -----END PGP SIGNATURE----- --------------enigB29D4C7CE265D7421F342520--