mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-20 12:04:52 +00:00
fix: misspelling
This commit is contained in:
@@ -661,7 +661,7 @@ audit-secureblue:
|
|||||||
fi
|
fi
|
||||||
if hasPermission "$permissions" "shared" "ipc"; then
|
if hasPermission "$permissions" "shared" "ipc"; then
|
||||||
status="$STATUS_FAILURE"
|
status="$STATUS_FAILURE"
|
||||||
warnings+=("> $f has inter-proccess communications access!")
|
warnings+=("> $f has inter-process communications access!")
|
||||||
fi
|
fi
|
||||||
flatpak_test_string="Auditing $f"
|
flatpak_test_string="Auditing $f"
|
||||||
print_status "$flatpak_test_string" "$status"
|
print_status "$flatpak_test_string" "$status"
|
||||||
|
|||||||
Reference in New Issue
Block a user