Skip to content

Commit

Permalink
Merge branch 'master' into NPE-ImportVM
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhaOracle committed Mar 11, 2024
2 parents 70637dd + 421a6fd commit d7f874a
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,12 @@ def _upate_external_providers_keystore(self):
'pass': truststore_password,
},
)
self._set_file_permissions(
truststore,
True,
stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH,
)
if not self.environment[osetupcons.CoreEnv.DEVELOPER_MODE]:
self._set_file_permissions(
truststore,
True,
stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH,
)

def _is_provider_installed(self):
# TODO: we currently only check against installations done by
Expand Down

0 comments on commit d7f874a

Please sign in to comment.