Puppet Class: secure_windows::stig::v73409
- Defined in:
- manifests/stig/v73409.pp
Overview
This class manages: V-73405 Permissions for the Application event log must prevent access by non-privileged accounts. V-73407 Permissions for the Security event log must prevent access by non-privileged accounts. V-73409 Permissions for the System event log must prevent access by non-privileged accounts.
8 9 10 11 12 |
# File 'manifests/stig/v73409.pp', line 8
class secure_windows::stig::v73409 (
Boolean $enforced = false,
) {
# This vulnerability has been addressed by secure_windows::stig::v73405
}
|