lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 11 Dec 2006 20:31:04 -0500
From:	jamal <hadi@...erus.ca>
To:	Ingo Oeser <netdev@...eo.de>
Cc:	Stephen Hemminger <shemminger@...l.org>, netdev@...r.kernel.org
Subject: Re: [IPROUTE2 PATCH][GENETLINK]  Add controller support for new
	features exposed

On Mon, 2006-11-12 at 17:37 +0100, Ingo Oeser wrote:
> Hi Jamal,
> 
> jamal wrote:
> > +
> > +       if (fl & GENL_ADMIN_PERM)
> > +               fprintf(fp, " requires admin permission;");
> > +       if (fl & GENL_CMD_CAP_DO)
> > +               fprintf(fp, " can doit;");
> > +       if (fl & GENL_CMD_CAP_DUMP)
> > +               fprintf(fp, " can dumpit;");
> > +       if (fl & GENL_CMD_CAP_HASPOL)
> > +               fprintf(fp, " has policy");
> 
> Can't you think of sth. more admin/user friendly instead of "doit" and "dumpit"?
> iproute is cryptic enough already :-)
> 

I have to think a little about the best way to make this more friendly. 
If you have any suggestion please shoot. Lets have Stephen merge all the
patches then we can revisit. If you have time take a look at the genl
howto that Paul Moore has been tossing around and see if you can pick
some better language.

cheers,
jamal



-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ