Confirm that user has been added to pkcs11 group
This commit is contained in:
parent
c6ad60d8e3
commit
1271a83b06
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ rlJournalStart
|
|||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "pushd $TmpDir"
|
||||
rlRun "useradd -m $USER -G pkcs11"
|
||||
rlRun -s "su $USER -c 'id'"
|
||||
rlAssertGrep "pkcs11" $rlRun_LOG
|
||||
rlServiceStop pkcsslotd
|
||||
rlRun "pkcsResetTokens"
|
||||
rlServiceStart pkcsslotd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue