Re: meaning of absent --users prameters.

2010-01-07 Thread Robert Millan
On Sun, Dec 06, 2009 at 07:11:11PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > 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 o

Re: meaning of absent --users prameters.

2009-12-06 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Actually the real question is about interpretation of missing --users. Actually your suggestion --users superusers has a problem that user "superusers" may actually exist. BTW: menuentry "name" --users $superusers { is already accepted OK. Sorry fo

Re: meaning of absent --users prameters.

2009-12-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> Bruce Dubbs wrote: >>> Vladimir 'φ-coder/phcoder' Serbinenko wrote: Hello. Currently authentication system works as following: menuentry "name" --users "a,b,c" { } Means that only superusers and users "a",

Re: meaning of absent --users prameters.

2009-12-06 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: 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 menuentr

Re: meaning of absent --users prameters.

2009-12-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> 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

Re: meaning of absent --users prameters.

2009-12-06 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: 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: menue