azure-osconfig icon indicating copy to clipboard operation
azure-osconfig copied to clipboard

A modular services stack that facilitates remote Linux devices management over Azure

Results 18 azure-osconfig issues
Sort by recently updated
recently updated
newest added

## Description Remediation is added for following areas: permissions on bootloader configuration, password creation requirements and lockout for failed password attempts and fixes/completes several audit areas such as ensure password...

## Description The FileRegexMatch function is used to match against one or 2 patterns. In case of a single pattern match, the logic was incorrect and it has been fixed....

## Description The FileRegexMatch rule is commonly called with a pattern in place of filename argument. This should be regex-checked for all entries in a given directory. This PR adds...

## Description We have a fallback solution for non-functional std::regex on old and unsupported distributions (RHEL-7/8 and derivatives). This PR adds sub-pattern matching drop-in replacement matching `std::smatch` and adds support...

## Description `FileRegexMatch` procedure used to test the state pattern against the full line. In general, the state pattern should match against a captured value with a given instance. **The...

## Description Implement EnsureInteractiveUserHomeDirectoriesAreConfigured procedure. ## Checklist - [x] I have read the [contribution guidelines](https://github.com/Azure/azure-osconfig/blob/main/CONTRIBUTING.md). - [x] I added unit-tests to validate my changes. All unit tests are passing. -...

## Description Update CI: Add Ubuntu 24.04 to the list of target builds. Solving issue: https://github.com/Azure/azure-osconfig/discussions/886 ## Checklist - [x] I have read the [contribution guidelines](https://github.com/Azure/azure-osconfig/blob/main/CONTRIBUTING.md). - [ ] I...

## Description Ubuntu 22.04 7.2.10: Ensure users dot files access is configured Depends on: #959 ## Checklist - [x] I have read the [contribution guidelines](https://github.com/Azure/azure-osconfig/blob/main/CONTRIBUTING.md). - [x] I added unit-tests...

## Description *Describe your changes in as much detail as possible. Provide a link/reference to the issue solved with this request if any.* ## Checklist - [ ] I have...

## Description Introduce a tool for running compliance engine audits off-line. The tool takes a MOF file as input and performs audit and remediation using the supplied rules. ## Checklist...