tailscale/posture
Nick Khyl 11d205f6c4 control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals
With the upcoming syspolicy changes, it's imperative that all syspolicy keys are defined in the syspolicy package
for proper registration. Otherwise, the corresponding policy settings will not be read.

This updates a couple of places where we still use string literals rather than syspolicy consts.

Updates #12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
2024-09-04 15:25:19 -05:00
..
doc.go all: add test for package comments, fix, add comments as needed 2024-07-10 09:57:00 -07:00
hwaddr.go posture: deduplicate MAC addresses before returning them 2024-08-16 16:22:19 +01:00
serialnumber_ios.go control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals 2024-09-04 15:25:19 -05:00
serialnumber_macos_test.go ci: run 'go vet' in golangci-lint; fix errors in tests 2023-12-07 15:08:28 -05:00
serialnumber_macos.go posture: add get serial support for macOS 2023-10-09 14:46:59 +02:00
serialnumber_notmacos_test.go
serialnumber_notmacos.go posture: stop logging serial numbers 2024-08-30 15:45:53 +01:00
serialnumber_stub.go xcode/iOS: support serial number collection via MDM on iOS (#11429) 2024-06-14 10:59:40 -07:00
serialnumber_test.go