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
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
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",
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
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
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