Actions
Bug #24371
closedBroken detection of incorrect parameter names
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
6 - name: 5.2.4.8 - Ensure audit tools are 755 or more restrictive 5 items: 4 - method: permissions 3 params: 2 path: /sbin/auditctl 1 mode: '755' 3439 ownger: root 1 group: root
WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/auditctl' WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/aureport' WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/ausearch' WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/autrace' WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/auditd' WARN rudderc::compiler: Unexpected parameter 'ownger' in 'Ensure permissions on /sbin/augenrules' Wrote technique.ids.yml Compiling CIS Ubuntu20 audit Server 2 v1.0 [Linux] Wrote /home/fdallidet/Rudder/rudder-plugins-private/cis/build/techniques/systemSettings/misc/cis_ubuntu20_audit_srv_2/1.0/technique.cf Compiling CIS Ubuntu20 audit Server 2 v1.0 [Windows] thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', rudderc/src/backends/windows.rs:172:18 stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. make: *** [Makefile:32: audit_srv_2.yml] Error 101
Updated by Alexis Mousset 9 months ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 9 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/5451
Updated by Alexis Mousset 9 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|84dc315d7b02d223928da9435f571e5b8eb17006.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.0.7 which was released today.
Actions