mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
rc.apparmor.functions: mark intentionally unused variable as dummy
Thanks, shellcheck!
This commit is contained in:
parent
2e0fb86a94
commit
fb94661937
@ -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…
x
Reference in New Issue
Block a user