mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
23df761b70
commit
2c62d802b6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ aa_log_failure_msg() {
|
|||
log_failure_msg '\n'$*
|
||||
}
|
||||
|
||||
aa_log_action_begin() {
|
||||
aa_log_action_start() {
|
||||
echo -n
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue