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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user