]> git.proxmox.com Git - pve-access-control.git/commit
ticket: reorder calls when rotating
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 19 Jun 2019 09:46:18 +0000 (11:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Jun 2019 09:59:45 +0000 (11:59 +0200)
commite770e6672fdb54c30a787d71043a84b010a8e67f
tree37f8e3d329fc37e1ddfe6cfb0ced4c7bc1f238cb
parent5bb966fe5d6f3f6a30e86724c024f80ebebacfba
ticket: reorder calls when rotating

to shrink the window between the two file_set_contents calls. we don't
need the mtimes to line up exactly since we have 300s of uncertainty
anyway, but generating an RSA key could take a while ;)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/AccessControl.pm