2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

fix miss spell word transtion bnc383310

This commit is contained in:
John Johansen
2008-09-12 06:52:39 +00:00
parent c149ae6097
commit fe07cb1e6c

View File

@@ -850,7 +850,7 @@ rule: TOK_UNSAFE file_mode id_or_var opt_named_transition TOK_END_OF_RULE
yyerror(_("unsafe rule missing exec permissions"));
if ($4.present && ($2 & AA_LINK_BITS))
yyerror(_("link perms are not allowed on a named profile transtion.\n"));
yyerror(_("link perms are not allowed on a named profile transition.\n"));
$$ = do_file_rule($4.namespace, $3,
($2 & ~ALL_AA_EXEC_UNSAFE) | mode,