new file: ts/etc/admin_token.json

new file:   ts/etc/user_token.json
This commit is contained in:
Donald A. Cupp Jr. 2024-12-22 14:43:49 -06:00
parent 884771bf20
commit d769e5decc
2 changed files with 20 additions and 0 deletions

10
ts/etc/admin_token.json Normal file
View file

@ -0,0 +1,10 @@
{
"type": "luks2",
"keyslots": ["0"],
"token": {
"type": "custom",
"data": {
"role": "Admin"
}
}
}

10
ts/etc/user_token.json Normal file
View file

@ -0,0 +1,10 @@
{
"type": "luks2",
"keyslots": ["1"],
"token": {
"type": "custom",
"data": {
"role": "User"
}
}
}