summaryrefslogtreecommitdiffstats
path: root/sandbox/src/policy_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/policy_params.h')
-rw-r--r--sandbox/src/policy_params.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/src/policy_params.h b/sandbox/src/policy_params.h
index e99e742..e1fb3fc 100644
--- a/sandbox/src/policy_params.h
+++ b/sandbox/src/policy_params.h
@@ -52,6 +52,13 @@ POLPARAMS_BEGIN(OpenKey)
POLPARAM(ACCESS)
POLPARAMS_END(OpenKey)
+// Policy parameter for name-based policies.
+POLPARAMS_BEGIN(HandleTarget)
+ POLPARAM(NAME)
+ POLPARAM(TARGET)
+POLPARAMS_END(HandleTarget)
+
+
} // namespace sandbox
#endif // SANDBOX_SRC_POLICY_PARAMS_H__