diff --git a/.github/workflows/fleetctl-profiles.yml b/.github/workflows/fleetctl-profiles.yml index 16368bdd08..8f3937197c 100644 --- a/.github/workflows/fleetctl-profiles.yml +++ b/.github/workflows/fleetctl-profiles.yml @@ -34,25 +34,17 @@ jobs: apply-profiles: timeout-minutes: 15 runs-on: ubuntu-latest - strategy: - matrix: - go-version: ['^1.19.4'] steps: - - name: Install Go - uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2 - with: - go-version: ${{ matrix.go-version }} - - - name: Checkout Code + - name: Checkout code uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 with: repository: fleetdm/fleet - - name: Build Fleetctl - run: make fleetctl + - name: Install fleetctl + run: npm install -g fleetctl - - name: Configure Fleetctl - run: build/fleetctl config set --address $DOGFOOD_URL --token $DOGFOOD_API_TOKEN + - name: Configure fleetctl + run: fleetctl config set --address $DOGFOOD_URL --token $DOGFOOD_API_TOKEN - name: Run fleetctl apply run: | @@ -67,10 +59,10 @@ jobs: kind: team spec: team: - name: 🧪 g-mdm lab + name: 💻 Workstations mdm: macos_settings: custom_settings: $profiles " > team-workstations-config.yml - build/fleetctl apply -f team-workstations-config.yml + fleetctl apply -f team-workstations-config.yml diff --git a/mdm_profiles/kernel_extensions.mobileconfig b/mdm_profiles/kernel_extensions.mobileconfig deleted file mode 100644 index a67c31d43f..0000000000 --- a/mdm_profiles/kernel_extensions.mobileconfig +++ /dev/null @@ -1,49 +0,0 @@ - - - - - PayloadContent - - - AllowNonAdminUserApprovals - - AllowUserOverrides - - AllowedKernelExtensions - - AllowedTeamIdentifiers - - PayloadDescription - Configures Kernel Extension Policy settings - PayloadDisplayName - Kernel Extension Policy - PayloadIdentifier - com.github.erikberglund.ProfileCreator.75031211-FF2D-46A8-9AB8-2EADAECC1D75.com.apple.syspolicy.kernel-extension-policy.E2F5C072-5106-494B-B433-CE465D8B5B03 - PayloadOrganization - - PayloadType - com.apple.syspolicy.kernel-extension-policy - PayloadUUID - E2F5C072-5106-494B-B433-CE465D8B5B03 - PayloadVersion - 1 - - - PayloadDescription - Prevents the use of kernel extensions unless explicitly allowed - PayloadDisplayName - Turn off kernel extensions - PayloadIdentifier - com.github.erikberglund.ProfileCreator.75031211-FF2D-46A8-9AB8-2EADAECC1D75 - PayloadOrganization - FleetDM - PayloadScope - System - PayloadType - Configuration - PayloadUUID - 75031211-FF2D-46A8-9AB8-2EADAECC1D75 - PayloadVersion - 1 - -