> Charms were not upgraded while this broke. We simply upgrade the
packages.

If that's the case, package maintainer script might be related? For
example,

$ grep /var/lib/nova /var/lib/dpkg/info/nova-common.postinst
            --home /var/lib/nova \
        chown -R nova:nova /var/lib/nova/
    find /var/lib/nova -type f -exec chmod 0644 "{}" + -o -type d -exec chmod 
0755 "{}" +
    find /var/lib/nova -name "console.log" -exec chmod 0600 "{}" +
    find /var/lib/nova -name "console.log" -exec chown root:root "{}" +


** Project changed: nova => nova (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904580

Title:
  Permissions 0644 for '/var/lib/nova/.ssh/id_rsa' are too open

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-compute/+bug/1904580/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to