Skip to content

Commit

Permalink
Add new "📱🔐 Personally-owned iPhones" team (#24952)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhouchins authored Dec 20, 2024
1 parent 1f39717 commit c50a096
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 329 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET }}
DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }}
MANAGED_CHROME_ENROLLMENT_TOKEN: ${{ secrets.CLOUD_MANAGEMENT_ENROLLMENT_TOKEN }}
DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_PERSONALLY_OWNED_IPHONES_ENROLL_SECRET }}

- name: Notify on Gitops failure
if: failure() && github.ref_name == 'main'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>AssetTagInformation</key>
<string>This is a Fleet owned device</string>
<string>This device is owned by Fleet</string>
<key>IfLostReturnToMessage</key>
<string>Fleet Device Management Inc.</string>
<key>PayloadDescription</key>
Expand All @@ -26,7 +26,7 @@
<key>PayloadDisplayName</key>
<string>Lock Screen Message</string>
<key>PayloadIdentifier</key>
<string>Lucass-MacBook-Pro.D0BED3AA-FC16-4276-A8A3-457AA8558C1E</string>
<string>com.fleetdm.lockscreenmessage</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"Type": "com.apple.configuration.passcode.settings",
"Identifier": "956e0d14-6019-479b-a6f9-a69ef77668c5",
"Payload": {
"MaximumFailedAttempts": 10,
"MaximumInactivityInMinutes": 5,
"MinimumLength": 12,
"MinimumComplexCharacters": 1
"MinimumLength": 6,
"RequireComplexPasscode": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"Enabled": true
}
}
}
}
Loading

0 comments on commit c50a096

Please sign in to comment.