fleet/schema/tables/sudoers.yml

9 lines
268 B
YAML
Raw Normal View History

name: sudoers
examples: |-
Identify systems where sudo is configured in a way to allow users to retain
their existing environment variables, which is a security risk.
```
SELECT header, source, rule_details FROM sudoers WHERE rule_details='!env_reset';
```