summaryrefslogtreecommitdiffhomepage
path: root/util/syspolicy
AgeCommit message (Expand)AuthorFilesLines
2024-11-22util/syspolicy/rsop: reduce policyReloadMinDelay and policyReloadMaxDelay whe...Nick Khyl3-9/+15
2024-10-31util/syspolicy: add policy key for onboarding flow visibilityAaron Klotz1-0/+4
2024-10-30util/syspolicy/source: put EnvPolicyStore env keys in their own namespaceBrad Fitzpatrick2-41/+46
2024-10-30util/syspolicy/setting: make setting.Snapshot JSON-marshallableNick Khyl2-0/+180
2024-10-30util/syspolicy/setting: make setting.RawItem JSON-marshallableNick Khyl3-140/+335
2024-10-30util/syspolicy/source: use errors instead of github.com/pkg/errorsNick Khyl1-1/+1
2024-10-30util/syspolicy: implement a syspolicy store that reads settings from environm...Nick Khyl5-5/+518
2024-10-25util/syspolicy, ipn/ipnlocal: update syspolicy package to utilize syspolicy/rsopNick Khyl11-741/+738
2024-10-16util/syspolicy: add rsop package that provides access to the resultant policyNick Khyl9-18/+1834
2024-10-08util/syspolicy, ipn: add "tailscale debug component-logs" supportNick Khyl3-12/+89
2024-10-08util/syspolicy/setting: update Snapshot to use Go 1.23 iteratorsNick Khyl1-14/+11
2024-09-04control/controlclient,posture,util/syspolicy: use predefined syspolicy keys i...Nick Khyl1-0/+8
2024-09-03util/syspolicy/source: add package for reading policy settings from external ...Nick Khyl11-2/+3009
2024-08-19ipnlocal: support setting authkey at login using syspolicy (#13061)Andrea Gottardo1-0/+4
2024-08-12util/syspolicy/setting: add package that contains types for the next syspolic...Nick Khyl16-85/+2605
2024-06-14xcode/iOS: support serial number collection via MDM on iOS (#11429)Andrea Gottardo1-0/+4
2024-05-24all: do not depend on the testing packageMaisem Ali1-2/+8
2024-05-06util/syspolicy: add auto exit node related keys (#11996)Claire Wang2-0/+65
2024-04-23util/syspolicy: add ReadStringArray interface (#11857)Andrea Gottardo5-0/+59
2024-04-13util/syspolicy: clean up doc grammar and consistencyBrad Fitzpatrick1-4/+8
2024-02-22util/syspolicy: add 'ResetToDefaults' (#11194)Andrea Gottardo2-5/+7
2024-02-20util/syspolicy: add ManagedBy keys for Windows (#11183)Andrea Gottardo2-0/+14
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov2-30/+34
2023-12-08ipn/ipnlocal, util/syspolicy: make run exit node a preference optionAdrian Dewhurst1-5/+14
2023-12-08util/syspolicy: rename client metric keys (#10516)Andrea Gottardo1-3/+3
2023-12-07ipn/ipnlocal, util/syspolicy: add auto update policyAdrian Dewhurst1-1/+12
2023-12-06ipn/ipnlocal: better enforce system policiesAdrian Dewhurst2-2/+11
2023-12-05util/syspolicy: add policy counters (#10471)Claire Wang2-0/+85
2023-12-05util/syspolicy: rename incorrectly named policy keysAdrian Dewhurst1-2/+2
2023-11-29syspolicy: add exit node related policies (#10172)Claire Wang3-13/+19
2023-11-17util/syspolicy: add caching handler (#10288)Claire Wang4-7/+371
2023-11-15util/syspolicy: add some additional policy keysAdrian Dewhurst1-0/+4
2023-11-04syspolicy: add Allow LAN Access visibility key (#10113)Claire Wang1-0/+1
2023-10-24Revert "ipn/ipnlocal: add new DNS and subnet router policies" (#9962)Andrea Gottardo1-8/+3
2023-10-24ipn/ipnlocal: add new DNS and subnet router policiesAdrian Dewhurst1-3/+8
2023-10-16ipn/ipnlocal: change serial number policy to be PreferenceOptionKristoffer Dalby1-1/+4
2023-10-13tailcfg: add tailnet field to register request (#9675)Claire Wang1-1/+1
2023-10-10ipn/ipnlocal: use syspolicy to determine collection of posture dataKristoffer Dalby1-0/+4
2023-09-29util/syspolicy: add read boolean setting (#9592)Claire Wang4-0/+83
2023-09-29util: add syspolicy package (#9550)Claire Wang6-0/+685