On Wed, 30 Aug 2000, Arnaldo Carvalho de Melo wrote:
> -    if ( !suser () ) return -EPERM;
> +    if ( !capable(CAP_SYS_ADMIN) ) return -EPERM;

no, it should be CAP_SYS_RAWIO. I thought that is the convention for
accessing chipset-specific io features. E.g. see
arch/i386/kernel/microcode.c.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to