~ubuntu-branches/ubuntu/jaunty/checkpolicy/jaunty

« back to all changes in this revision

Viewing changes to policy_scan.l

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2008-07-12 00:16:59 UTC
  • mfrom: (1.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080712001659-vh8tlttve9vi3cc8
Tags: 2.0.16-1
* Non-maintainer upload.
* New upstream version needed for latest policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
h2 |
203
203
H2                              { return(H2); }
204
204
policycap |
205
 
POLICYCAP                       { return(POLICYCAP);}
 
205
POLICYCAP                       { return(POLICYCAP); }
 
206
permissive |
 
207
PERMISSIVE                      { return(PERMISSIVE); }
206
208
"/"({alnum}|[_.-/])*            { return(PATH); }
207
209
{letter}({alnum}|[_-])*([.]?({alnum}|[_-]))*    { return(IDENTIFIER); }
208
210
{digit}+                        { return(NUMBER); }