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:
parent
513611ff92
commit
4fcd7e94f5
@ -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>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user