2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

If encountered the scanner will dump unmatched text from <audit_id>.

This commit is contained in:
John Johansen 2010-09-09 12:17:03 -07:00
parent 513611ff92
commit 4fcd7e94f5

View File

@ -194,6 +194,7 @@ yy_flex_debug = 0;
{period} { return(TOK_PERIOD); }
{open_paren} { return(TOK_OPEN_PAREN); }
{close_paren} { yy_pop_state(yyscanner); return(TOK_CLOSE_PAREN); }
. { BEGIN(unknown_message); yyless(0); /* dump the rest */ }
}
<sub_id>{