Home | History | Annotate | Download | only in lib

Lines Matching refs:policies

14 POLICIES_JSON_PATH = os.path.join(BASE_PATH, 'policies.json')
350 """Represents a set of policies."""
357 """Loads a set of policies via the "default policy directory".
359 The "default policy directory" contains pairs of policies and their labels.
361 policy directory "policies.json".
363 All policies in the directory are loaded by default. Policies can be
402 policies = {}
407 policies[label] = loaded
408 return PolicySet(policies)