Skip to content

Commit 2a6b133

Browse files
TobiPeterGTobiPeterG
andauthored
Make keyctl revoke non fatal (#61)
Fixes AeonDesktop/Project#25 Co-authored-by: TobiPeterG <codeberg.sadness522@passmail.net>
1 parent 1631c4f commit 2a6b133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

usr/lib/tik/lib/tik-functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ wipe_keyfile() {
382382
fi
383383
# We're done with the key-file, so remove it from the filesystem and keyring
384384
prun /usr/bin/rm ${tik_keyfile}
385-
prun keyctl revoke ${tik_keyid}
386-
prun keyctl reap
385+
prun-opt keyctl revoke ${tik_keyid}
386+
prun-opt keyctl reap
387387
}
388388

389389
dump_image() {

0 commit comments

Comments
 (0)