mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Feb_06_2024-Dev
This commit is contained in:
@@ -1027,6 +1027,10 @@ run_status() # Initials - rs
|
||||
for service in $all_services; do
|
||||
print_single_service_status "$service"
|
||||
done
|
||||
|
||||
if command -v getenforce &>/dev/null && [ "$(getenforce)" != "Disabled" ]; then
|
||||
echo "SELinux has been detected, which could potentially disrupt the agent's normal operation."
|
||||
fi
|
||||
}
|
||||
|
||||
run_load_settings() # Initials - rls
|
||||
|
Reference in New Issue
Block a user