← Back to team overview

launchpad-dev team mailing list archive

Re: Fun fact of the day: Launchpad permissions

 

On Wednesday 30 March 2011 10:12:41 Gavin Panella wrote:
> Fwiw, here's the command I used:
> 
>     find lib/lp lib/canonical -name security.py -print0 |
>         xargs -r0 grep -h 'permission =' |
>         sed -e "s/^ *permission =//;s/[\"']//g;/[()]/d;/None/d" |
>         sort | uniq -c | sort -rg


PNG image


Follow ups

References