diff --git a/ts/etc/admin_token.json b/ts/etc/admin_token.json new file mode 100644 index 0000000..ccc9844 --- /dev/null +++ b/ts/etc/admin_token.json @@ -0,0 +1,10 @@ +{ + "type": "luks2", + "keyslots": ["0"], + "token": { + "type": "custom", + "data": { + "role": "Admin" + } + } +} diff --git a/ts/etc/user_token.json b/ts/etc/user_token.json new file mode 100644 index 0000000..7fbadf7 --- /dev/null +++ b/ts/etc/user_token.json @@ -0,0 +1,10 @@ +{ + "type": "luks2", + "keyslots": ["1"], + "token": { + "type": "custom", + "data": { + "role": "User" + } + } +}