You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkpointctl was creating directories with 644 which broke usage when
running as non-root as checkpointctl was not able to access the
directories it created itself. Switching to 700 fixes it.
This comes with a test to verify that checkpointctl works as non-root.
Signed-off-by: Adrian Reber <areber@redhat.com>
0 commit comments