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

Update ANSSI R40 #11563

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions controls/anssi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -912,15 +912,13 @@ controls:
- sudo_add_env_reset

- id: R40
title: User authentication running sudo
title: Privileges of target sudo users
description: The targeted users of a rule should be, as much as possible, non privileged users.
levels:
- minimal
description: >-
The calling user must be authenticated before running any command with sudo.
- intermediary
status: automated
rules:
- sudo_remove_nopasswd
- sudo_remove_no_authenticate
- sudoers_no_root_target

- id: R41
title: Limiting the number of commands requiring the use of the EXEC option
Expand Down
Loading