[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.

Seth Arnold seth.arnold at gmail.com
Tue Nov 23 09:31:40 GMT 2010


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?

Thanks



More information about the AppArmor mailing list