mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
Fleet Module - Add post install scripts
This commit is contained in:
12
salt/fleet/packs/hh/hh-post-login.sh
Normal file
12
salt/fleet/packs/hh/hh-post-login.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo "Applying Post Configuration for Osquery"
|
||||
fleetctl apply -f /packs/hh/osquery.conf
|
||||
fleetctl apply -f /packs/hh/hhdefault/yml
|
||||
fleetctl apply -f /packs/palantir/Fleet/Endpoints/options.yaml
|
||||
fleetctl apply -f /packs/palantir/Fleet/Endpoints/MacOS/osquery.yaml
|
||||
fleetctl apply -f /packs/palantir/Fleet/Endpoints/Windows/osquery.yaml
|
||||
for pack in /packs/palantir/Fleet/Endpoints/packs/*.yaml;
|
||||
do fleetctl apply -f "$pack"
|
||||
done
|
||||
echo ""
|
||||
echo "You can now exit the container by typing exit"
|
||||
Reference in New Issue
Block a user