mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-19 11:34:57 +00:00
feat: Update 70-secureblue.just to include ipc perm check in audit script (#495)
Co-authored-by: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com>
This commit is contained in:
@@ -645,6 +645,10 @@ audit-secureblue:
|
|||||||
status="$STATUS_FAILURE"
|
status="$STATUS_FAILURE"
|
||||||
warnings+=("> $f has ptrace access!")
|
warnings+=("> $f has ptrace access!")
|
||||||
fi
|
fi
|
||||||
|
if hasPermission "$permissions" "shared" "ipc"; then
|
||||||
|
status="$STATUS_FAILURE"
|
||||||
|
warnings+=("> $f has inter-proccess communications access!")
|
||||||
|
fi
|
||||||
flatpak_test_string="Auditing $f"
|
flatpak_test_string="Auditing $f"
|
||||||
print_status "$flatpak_test_string" "$status"
|
print_status "$flatpak_test_string" "$status"
|
||||||
for warning in "${warnings[@]}"; do
|
for warning in "${warnings[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user