mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
rc.apparmor.functions: mark intentionally unused variable as dummy
Thanks, shellcheck!
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user