[apparmor] [patch] fix function name in rc.apparmor.suse

Christian Boltz apparmor at cboltz.de
Wed Sep 14 21:04:17 UTC 2011


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
-- 
Wir leben in der Unterhaltungsbranche.  Wuerde sonst jemand ernsthaft
ueber "NT" als Server - OS nachdenken?                 [Hans Bonfigt]



More information about the AppArmor mailing list