mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
If encountered the scanner will dump unmatched text from <audit_id>.
This commit is contained in:
@@ -194,6 +194,7 @@ yy_flex_debug = 0;
|
|||||||
{period} { return(TOK_PERIOD); }
|
{period} { return(TOK_PERIOD); }
|
||||||
{open_paren} { return(TOK_OPEN_PAREN); }
|
{open_paren} { return(TOK_OPEN_PAREN); }
|
||||||
{close_paren} { yy_pop_state(yyscanner); return(TOK_CLOSE_PAREN); }
|
{close_paren} { yy_pop_state(yyscanner); return(TOK_CLOSE_PAREN); }
|
||||||
|
. { BEGIN(unknown_message); yyless(0); /* dump the rest */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
<sub_id>{
|
<sub_id>{
|
||||||
|
Reference in New Issue
Block a user