Comment 6 for bug 1382632

Revision history for this message
Björn Tillenius (bjornt) wrote : Re: Insecure key file permissions when running under LXC

The system where we saw this bug uses file system ACLs, with defauls, and thus the umask is ignored:

ubuntu@juju-machine-0-lxc-5:/var/lib/openstack-dashboard$ getfacl .
# file: .
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
default:user::rwx
default:group::r-x
default:other::r-x