--- Chris Wright <[email protected]> wrote:
> * James Morris ([email protected]) wrote:
> > -module_param_named(disable, capability_disable, int, 0);
> > -MODULE_PARM_DESC(disable, "To disable capabilities module set disable =
> 1");
> > +
> > +static int __init capability_disable_setup(char *str)
> > +{
> > + capability_disable = simple_strtol(str, NULL, 0);
> > + return 1;
> > +}
> > +__setup("capability_disable=", capability_disable_setup);
>
> This changes the command line argument. Other than that and a some
> sanity testing I'll take this.
Sigh. So much for my schedule.
So, for planning purposes, when ought I expect to have to start
dealing with this?
Casey Schaufler
[email protected]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]