[apparmor] [PATCH 1/5] Merge profile and :namespace:profile parsinginto a single rule. This also fixes a bug where the profilekeyword was not allowed to proceed profiles with a namespacedeclaration.

John Johansen john.johansen at canonical.com
Tue Nov 23 09:54:46 GMT 2010


On 11/23/2010 01:31 AM, Seth Arnold wrote:
> Please forgive my rubbish quoting.
> 
> -profile:opt_profile_flag TOK_ID flags TOK_OPEN rules TOK_CLOSE
> +opt_namespace: { /* nothing */ $$ = NULL; }
> +| TOK_COLON TOK_ID TOK_COLON { fprintf(stderr, "namespace %s\n", $2); $$ = $2; }
> 
> Is the fprintf an oversight?
> 
yep, thanks for catching that



More information about the AppArmor mailing list