Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep owner when backing up CA.cfg #1693

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2018

  1. Keep owner when backing up CA.cfg

    DogtagInstance.backup_config uses shutil.copy to create a backup of the
    config file. The function does not retain owner and group, so it creates a
    backup as user and group root:root.
    
    Closes: https://pagure.io/freeipa/issue/7426
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    tiran committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    cc9da35 View commit details
    Browse the repository at this point in the history