All of lore.kernel.org
 help / color / mirror / Atom feed
* meaning of absent --users prameters.
@ 2009-12-06 18:11 Vladimir 'φ-coder/phcoder' Serbinenko
  2009-12-06 18:30 ` Bruce Dubbs
  2010-01-07 19:06 ` Robert Millan
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2009-12-06 18:11 UTC (permalink / raw)
  To: The development of GRUB 2; +Cc: Colin Watson

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

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

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-07 19:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-06 18:11 meaning of absent --users prameters Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-06 18:30 ` Bruce Dubbs
2009-12-06 18:37   ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-06 18:50     ` Bruce Dubbs
2009-12-06 19:08       ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-06 19:13         ` Bruce Dubbs
2010-01-07 19:06 ` Robert Millan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.