Skip to content

Commit 318f048

Browse files
committed
attest-enroll: Fix POLICIES not set error
1 parent 1eb1295 commit 318f048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sbin/attest-enroll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ DEFAULT_EK_POLICY=
4141
declare -a GENPROGS
4242
GENPROGS=(genhostname genrootfskey)
4343
declare -A POLICIES
44+
POLICIES=()
4445

4546
# For the configure function (see below)
4647
declare -A vars

0 commit comments

Comments
 (0)