Merge "Change bash completion dir permissions to 0750"

This commit is contained in:
Zuul 2019-02-15 18:47:14 +00:00 committed by Gerrit Code Review
commit 41d6ce3c3d
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class Manager(common_base.HookableMixin):
cache_dir = os.path.expanduser(os.path.join(base_dir, uniqifier))
try:
os.makedirs(cache_dir, 0o755)
os.makedirs(cache_dir, 0o750)
except OSError:
# NOTE(kiall): This is typically either permission denied while
# attempting to create the directory, or the directory