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

Adding support for FIPS 140-3 #2007

Merged
merged 4 commits into from
Jan 16, 2025
Merged

Conversation

norakoiralamsft
Copy link
Contributor

Openssl cms command is needed to support FIPS 140-3, keeping smime command as a backup

Doc: Support for FIPS 140-3 in VM Agents and Extensions

malhotrarohit
malhotrarohit previously approved these changes Jan 8, 2025
@@ -263,6 +263,21 @@ def __init__(self, config):
self.sudoers_dir_base = '/usr/local/etc'
self.distro_name = 'Ubuntu'

def restart_ssh_service(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this added by mistake? I don't see where it is called.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it was added on purpose, on newer Ubuntu distros, while the operation succeeds, the password doesn't reset. Function is being called here: https://github.com/Azure/azure-linux-extensions/blob/adb7396fb0479db542973917edb6fc709de9851c/VMAccess/vmaccess.py#L173C1-L174C1

@norakoiralamsft norakoiralamsft merged commit 927ef7f into master Jan 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants