mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
rc.apparmor.functions: mark intentionally unused variable as dummy
Thanks, shellcheck!
This commit is contained in:
parent
2e0fb86a94
commit
fb94661937
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ apparmor_start() {
|
|||
fi
|
||||
|
||||
# if there is anything in the profiles file don't load
|
||||
if ! read -r line < "$SFS_MOUNTPOINT/profiles"; then
|
||||
if ! read -r _line < "$SFS_MOUNTPOINT/profiles"; then
|
||||
parse_profiles load
|
||||
else
|
||||
aa_log_skipped_msg ": already loaded with profiles."
|
||||
|
|
Loading…
Add table
Reference in a new issue