[apparmor] [patch] fix function name in rc.apparmor.suse
John Johansen
john.johansen at canonical.com
Thu Sep 15 07:24:06 UTC 2011
On 09/14/2011 02:04 PM, Christian Boltz wrote:
> Hello,
>
> It looks like rc.apparmor.functions renamed "aa_log_action_begin()" to
> "aa_log_action_start()" (probably for 2.6), but the rc.apparmor.suse
> initscript was not updated.
>
> This patch fixes the function name in the rc.apparmor.suse initscript.
>
> References: https://bugzilla.novell.com/show_bug.cgi?id=717707
>
> === modified file 'parser/rc.apparmor.suse'
> --- parser/rc.apparmor.suse 2011-08-13 12:13:49 +0000
> +++ parser/rc.apparmor.suse 2011-09-14 20:52:35 +0000
> @@ -77,7 +77,7 @@
> log_failure_msg '\n'$*
> }
>
> -aa_log_action_begin() {
> +aa_log_action_start() {
> echo -n
> }
>
>
>
> Regards,
>
> Christian Boltz
Acked-by: John Johansen <john.johansen at canonical.com>
More information about the AppArmor
mailing list