You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/syspolicy
Nick Khyl aeb15dea30 util/syspolicy/source: add package for reading policy settings from external stores
We add package defining interfaces for policy stores, enabling creation of policy sources
and reading settings from them. It includes a Windows-specific PlatformPolicyStore for GP and MDM
policies stored in the Registry, and an in-memory TestStore for testing purposes.

We also include an internal package that tracks and reports policy usage metrics when a policy setting
is read from a store. Initially, it will be used only on Windows and Android, as macOS, iOS, and tvOS
report their own metrics. However, we plan to use it across all platforms eventually.

Updates #12687

Signed-off-by: Nick Khyl <nickk@tailscale.com>
1 year ago
..
internal util/syspolicy/source: add package for reading policy settings from external stores 1 year ago
setting util/syspolicy/source: add package for reading policy settings from external stores 1 year ago
source util/syspolicy/source: add package for reading policy settings from external stores 1 year ago
caching_handler.go util/syspolicy: add ReadStringArray interface (#11857) 2 years ago
caching_handler_test.go util/syspolicy: add caching handler (#10288) 2 years ago
handler.go all: do not depend on the testing package 2 years ago
handler_test.go util: add syspolicy package (#9550) 2 years ago
handler_windows.go util/syspolicy: add ReadStringArray interface (#11857) 2 years ago
policy_keys.go ipnlocal: support setting authkey at login using syspolicy (#13061) 1 year ago
policy_keys_windows.go util/syspolicy: add 'ResetToDefaults' (#11194) 2 years ago
syspolicy.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 1 year ago
syspolicy_test.go util/syspolicy/setting: add package that contains types for the next syspolicy PRs 1 year ago