Fix /etc/cron.allow and /etc/cron.deny file permissions to comply with CIS Benchmark
- [x] Fix markdown lint issues
- [x] Remove extra blank line in CHANGELOG.md (MD012 violation)
- [x] Verify all markdown files pass linting
Changes Summary
Fixed markdown linting error in CHANGELOG.md by removing an extra consecutive blank line between the version heading and the "Bug Fixes" section. All markdown files now pass markdownlint-cli2 validation.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
@damacus 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.
I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.
@copilot just change the permissions dont make them configurable like that
Done! Removed the configurable attribute and changed the permissions directly to '0600' in the resource file. Changes committed in bc70793.
@copilot fix markdown lint issues.
@copilot fix markdown lint issues.
Fixed! Removed extra blank line in CHANGELOG.md. All markdown files now pass linting. Changes committed in 0c939a5.
Slowest examples
Top 9 slowest examples (0.71 seconds, 100% of total time)
| Example | Description | Time in seconds |
|---|---|---|
| spec/unit/recipes/default_spec.rb:69 | test::default deletes cron_d[delete_cron] | 0.17291 |
| spec/unit/recipes/default_spec.rb:7 | test::default enables and starts service[cron] | 0.09446 |
| spec/unit/recipes/default_spec.rb:32 | test::default creates cron_d[fixnum-job] | 0.07477 |
| spec/unit/recipes/default_spec.rb:58 | test::default creates if missing cron_d[no_value_check] | 0.07422 |
| spec/unit/recipes/default_spec.rb:12 | test::default creates cron_d[bizarrely-scheduled-usage-report] | 0.06196 |
| spec/unit/recipes/default_spec.rb:65 | test::default creates file[/etc/cron.d/delete_cron] | 0.06032 |
| spec/unit/recipes/default_spec.rb:22 | test::default creates cron_d[test-month-usage-report] | 0.05963 |
| spec/unit/recipes/default_spec.rb:42 | test::default creates cron_d[predefined_value_check] | 0.05879 |
| spec/unit/recipes/default_spec.rb:50 | test::default creates cron_d[nil_value_check] | 0.0586 |